#968ECD

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

Shades of Blue Bell #968ECD

Tints of Blue Bell #968ECD

Color information

#968ECD (or 0x968ECD) is unknown color: approx Blue Bell. HEX triplet: 96, 8E and CD. RGB value is (150,142,205). Sum of RGB (Red+Green+Blue) = 150+142+205=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #968ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ECD is #697132. Grayscale: #979797. Windows color (decimal): -6910259 or 13471382. OLE color: 13471382.

HSL color Cylindrical-coordinate representation of color #968ECD: hue angle of 247.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968ECD is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150142205-
CMYK0.270.3100.20
HSL247.62º38.65%68.04%-
HSV(B)247.62º30.73%80.39%-
XYZ33.2730.2461.84-
YUV151.57158.15126.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=30.18%
G=28.57%
B=41.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501422050.270.3100.20247.6238.6568.04
Hex968ECD1B1F014f82744
Octal226216315333702437047104
Binary1001011010001110110011011101111111010100111110001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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