#967BCD

Color #967BCD True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #967BCD

Tints of True V #967BCD

Color information

#967BCD (or 0x967BCD) is unknown color: approx True V. HEX triplet: 96, 7B and CD. RGB value is (150,123,205). Sum of RGB (Red+Green+Blue) = 150+123+205=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #967BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BCD is #698432. Grayscale: #8C8C8C. Windows color (decimal): -6915123 or 13466518. OLE color: 13466518.

HSL color Cylindrical-coordinate representation of color #967BCD: hue angle of 259.76º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #967BCD is Cyan = 0.27, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150123205-
CMYK0.270.400.20
HSL259.76º45.05%64.31%-
HSV(B)259.76º40%80.39%-
XYZ30.6825.0660.98-
YUV140.42164.45134.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=31.38%
G=25.73%
B=42.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501232050.270.400.20259.7645.0564.31
Hex967BCD1B280141042d40
Octal226173315335002440455100
Binary10010110111101111001101110111010000101001000001001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967BCD; }

 p { color: rgb(150,123,205); }

 H1.HeaderClassName
 {
   color: #967BCD;
 }
 .AnyTagClassName
 {
   color: #967BCD;
 }
</style>
background-color css

<style>
 a { background-color: #967BCD; }

 a { background-color: rgb(150,123,205); }

 div.DivClassName
 {
   background-color: #967BCD;
 }
 .BgClassName
 {
   background-color: #967BCD;
 }
</style>
border-color css

<style>
 span { border-color: #967BCD; }

 span { border-color: rgb(150,123,205); }

 td.TdClassName
 {
   border-color: #967BCD;
 }
 .TagClassName
 {
   border-color: #967BCD;
 }
</style>