#969ECA

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

Shades of Blue Bell #969ECA

Tints of Blue Bell #969ECA

Color information

#969ECA (or 0x969ECA) is unknown color: approx Blue Bell. HEX triplet: 96, 9E and CA. RGB value is (150,158,202). Sum of RGB (Red+Green+Blue) = 150+158+202=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #969ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969ECA is #696135. Grayscale: #A0A0A0. Windows color (decimal): -6906166 or 13278870. OLE color: 13278870.

HSL color Cylindrical-coordinate representation of color #969ECA: hue angle of 230.77º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #969ECA is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150158202-
CMYK0.260.2200.21
HSL230.77º32.91%69.02%-
HSV(B)230.77º25.74%79.22%-
XYZ35.4735.260.8-
YUV160.62151.35120.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.41%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=29.41%
G=30.98%
B=39.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501582020.260.2200.21230.7732.9169.02
Hex969ECA1A16015e72145
Octal226236312322602534741105
Binary1001011010011110110010101101010110010101111001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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