#969EC2

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

Shades of Blue Bell #969EC2

Tints of Blue Bell #969EC2

Color information

#969EC2 (or 0x969EC2) is unknown color: approx Blue Bell. HEX triplet: 96, 9E and C2. RGB value is (150,158,194). Sum of RGB (Red+Green+Blue) = 150+158+194=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #969EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EC2 is #69613D. Grayscale: #9F9F9F. Windows color (decimal): -6906174 or 12754582. OLE color: 12754582.

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

Color convert

RGB150158194-
CMYK0.230.1900.24
HSL229.09º26.51%67.45%-
HSV(B)229.09º22.68%76.08%-
XYZ34.5434.8355.94-
YUV159.71147.35121.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 194 (76.17% from 255) = 38.65%
R=29.88%
G=31.47%
B=38.65%

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
Decimal1501581940.230.1900.24229.0926.5167.45
Hex969EC21713018e51b43
Octal226236302272303034533103
Binary100101101001111011000010101111001101100011100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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