#968ECB

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

Shades of Blue Bell #968ECB

Tints of Blue Bell #968ECB

Color information

#968ECB (or 0x968ECB) is unknown color: approx Blue Bell. HEX triplet: 96, 8E and CB. RGB value is (150,142,203). Sum of RGB (Red+Green+Blue) = 150+142+203=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #968ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ECB is #697134. Grayscale: #979797. Windows color (decimal): -6910261 or 13340310. OLE color: 13340310.

HSL color Cylindrical-coordinate representation of color #968ECB: hue angle of 247.87º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #968ECB is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150142203-
CMYK0.260.3000.20
HSL247.87º36.97%67.65%-
HSV(B)247.87º30.05%79.61%-
XYZ33.0330.1460.58-
YUV151.35157.15127.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=30.30%
G=28.69%
B=41.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501422030.260.3000.20247.8736.9767.65
Hex968ECB1A1E014f82544
Octal226216313323602437045104
Binary1001011010001110110010111101011110010100111110001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968ECB; }

 p { color: rgb(150,142,203); }

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

<style>
 a { background-color: #968ECB; }

 a { background-color: rgb(150,142,203); }

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

<style>
 span { border-color: #968ECB; }

 span { border-color: rgb(150,142,203); }

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