#969DCC

Color #969DCC Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #969DCC

Tints of Blue Bell #969DCC

Color information

#969DCC (or 0x969DCC) is unknown color: approx Blue Bell. HEX triplet: 96, 9D and CC. RGB value is (150,157,204). Sum of RGB (Red+Green+Blue) = 150+157+204=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #969DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DCC is #696233. Grayscale: #A0A0A0. Windows color (decimal): -6906420 or 13409686. OLE color: 13409686.

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

Color convert

RGB150157204-
CMYK0.260.2300.2
HSL232.22º34.62%69.41%-
HSV(B)232.22º26.47%80%-
XYZ35.5334.9662-
YUV160.26152.68120.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.35%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=29.35%
G=30.72%
B=39.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501572040.260.2300.2232.2234.6269.41
Hex969DCC1A17014e82345
Octal226235314322702435043105
Binary1001011010011101110011001101010111010100111010001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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