Html Css Color HEX #968ECC Blue Bell

📋 copy color: '#968ECC'

red 150 ◦ green 142 ◦ blue 204

#968ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #968ECC

Tints of Blue Bell #968ECC

RGB

 RED value IS 150 (58.98% from 255) = 30.24%

 GREEN value IS 142 (55.86% from 255) = 28.63%

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 30.24%
G = 28.63%
B = 41.13%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#968ECC (or 0x968ECC) is known color: Blue Bell. HEX triplet: 96, 8E and CC. RGB value is (150,142,204). Sum of RGB (Red+Green+Blue) = 150+142+204=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #968ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ECC is #697133. Grayscale: #979797. Windows color (decimal): -6910260 or 13405846. OLE color: 13405846.

HSL color Cylindrical-coordinate representation of color #968ECC: hue angle of 247.74º degrees, saturation: 0.38, 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 #968ECC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 142 204 -
CMYK 0.26 0.30 0 0.2
HSL 247.74º 0.38% 0.68% -
HSV(B) 247.74º 0.3% 0.8% -
XYZ 33.15 30.19 61.21 -
YUV 151.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 150 142 204 0.26 0.30 0 0.2 247.74 0.38 0.68
Hex 96 8E CC 1A 1E 0 14 F8 26 44
Octal 226 216 314 32 36 0 24 370 46 104
Binary 10010110 10001110 11001100 11010 11110 0 10100 11111000 100110 1000100

Color Harmonies of #968ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968ECC

Black with #968ECC

Text Example


Text Example

White with #968ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #968ECC;
 }
 .AnyTagClassName
 {
   color: #968ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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