#967BCC

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

Shades of True V #967BCC

Tints of True V #967BCC

Color information

#967BCC (or 0x967BCC) is unknown color: approx True V. HEX triplet: 96, 7B and CC. RGB value is (150,123,204). Sum of RGB (Red+Green+Blue) = 150+123+204=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #967BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967BCC is #698433. Grayscale: #8C8C8C. Windows color (decimal): -6915124 or 13400982. OLE color: 13400982.

HSL color Cylindrical-coordinate representation of color #967BCC: hue angle of 260º degrees, saturation: 0.44, 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 #967BCC is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150123204-
CMYK0.260.4000.2
HSL260º44.26%64.12%-
HSV(B)260º39.71%80%-
XYZ30.5625.0160.34-
YUV140.31163.95134.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=31.45%
G=25.79%
B=42.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501232040.260.4000.226044.2664.12
Hex967BCC1A280141042c40
Octal226173314325002440454100
Binary10010110111101111001100110101010000101001000001001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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