#967DCC

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

Shades of True V #967DCC

Tints of True V #967DCC

Color information

#967DCC (or 0x967DCC) is unknown color: approx True V. HEX triplet: 96, 7D and CC. RGB value is (150,125,204). Sum of RGB (Red+Green+Blue) = 150+125+204=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #967DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DCC is #698233. Grayscale: #8D8D8D. Windows color (decimal): -6914612 or 13401494. OLE color: 13401494.

HSL color Cylindrical-coordinate representation of color #967DCC: hue angle of 258.99º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967DCC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150125204-
CMYK0.260.3900.2
HSL258.99º43.65%64.51%-
HSV(B)258.99º38.73%80%-
XYZ30.8125.5160.43-
YUV141.48163.28134.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=31.32%
G=26.10%
B=42.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501252040.260.3900.2258.9943.6564.51
Hex967DCC1A270141032c41
Octal226175314324702440354101
Binary10010110111110111001100110101001110101001000000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,125,204); }

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

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

 a { background-color: rgb(150,125,204); }

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

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

 span { border-color: rgb(150,125,204); }

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