#969CD0

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

Shades of Blue Bell #969CD0

Tints of Blue Bell #969CD0

Color information

#969CD0 (or 0x969CD0) is unknown color: approx Blue Bell. HEX triplet: 96, 9C and D0. RGB value is (150,156,208). Sum of RGB (Red+Green+Blue) = 150+156+208=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #969CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CD0 is #69632F. Grayscale: #9F9F9F. Windows color (decimal): -6906672 or 13671574. OLE color: 13671574.

HSL color Cylindrical-coordinate representation of color #969CD0: hue angle of 233.79º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #969CD0 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB150156208-
CMYK0.280.2500.18
HSL233.79º38.16%70.2%-
HSV(B)233.79º27.88%81.57%-
XYZ35.8534.8264.5-
YUV160.13155.01120.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=29.18%
G=30.35%
B=40.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1501562080.280.2500.18233.7938.1670.2
Hex969CD01C19012ea2646
Octal226234320343102235246106
Binary1001011010011100110100001110011001010010111010101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,156,208); }

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

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

 a { background-color: rgb(150,156,208); }

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

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

 span { border-color: rgb(150,156,208); }

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