Html Css Color HEX #968ECE Blue Bell

📋 copy color: '#968ECE'

red 150 ◦ green 142 ◦ blue 206

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

Shades of Blue Bell #968ECE

Tints of Blue Bell #968ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 30.12%
G = 28.51%
B = 41.37%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#968ECE (or 0x968ECE) is known color: Blue Bell. HEX triplet: 96, 8E and CE. RGB value is (150,142,206). Sum of RGB (Red+Green+Blue) = 150+142+206=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #968ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ECE is #697131. Grayscale: #979797. Windows color (decimal): -6910258 or 13536918. OLE color: 13536918.

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

Color convert

RGB 150 142 206 -
CMYK 0.27 0.31 0 0.19
HSL 247.5º 0.4% 0.68% -
HSV(B) 247.5º 0.31% 0.81% -
XYZ 33.39 30.29 62.48 -
YUV 151.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 150 142 206 0.27 0.31 0 0.19 247.5 0.4 0.68
Hex 96 8E CE 1B 1F 0 13 F8 28 44
Octal 226 216 316 33 37 0 23 370 50 104
Binary 10010110 10001110 11001110 11011 11111 0 10011 11111000 101000 1000100

Color Harmonies of #968ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968ECE

Black with #968ECE

Text Example


Text Example

White with #968ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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