#969EC3

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

Shades of Blue Bell #969EC3

Tints of Blue Bell #969EC3

Color information

#969EC3 (or 0x969EC3) is unknown color: approx Blue Bell. HEX triplet: 96, 9E and C3. RGB value is (150,158,195). Sum of RGB (Red+Green+Blue) = 150+158+195=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #969EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EC3 is #69613C. Grayscale: #9F9F9F. Windows color (decimal): -6906173 or 12820118. OLE color: 12820118.

HSL color Cylindrical-coordinate representation of color #969EC3: hue angle of 229.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #969EC3 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150158195-
CMYK0.230.1900.24
HSL229.33º27.27%67.65%-
HSV(B)229.33º23.08%76.47%-
XYZ34.6534.8856.54-
YUV159.83147.85120.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=29.82%
G=31.41%
B=38.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501581950.230.1900.24229.3327.2767.65
Hex969EC31713018e51b44
Octal226236303272303034533104
Binary100101101001111011000011101111001101100011100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,158,195); }

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

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

 a { background-color: rgb(150,158,195); }

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

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

 span { border-color: rgb(150,158,195); }

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