Html Css Color HEX #8C8ECC Blue Bell

📋 copy color: '#8C8ECC'

red 140 ◦ green 142 ◦ blue 204

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

Shades of Blue Bell #8C8ECC

Tints of Blue Bell #8C8ECC

RGB

 RED value IS 140 (55.08% from 255) = 28.81%

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

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

R = 28.81%
G = 29.22%
B = 41.98%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C8ECC (or 0x8C8ECC) is known color: Blue Bell. HEX triplet: 8C, 8E and CC. RGB value is (140,142,204). Sum of RGB (Red+Green+Blue) = 140+142+204=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ECC is #737133. Grayscale: #949494. Windows color (decimal): -7565620 or 13405836. OLE color: 13405836.

HSL color Cylindrical-coordinate representation of color #8C8ECC: hue angle of 238.12º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C8ECC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 142 204 -
CMYK 0.31 0.30 0 0.2
HSL 238.13º 0.39% 0.67% -
HSV(B) 238.13º 0.31% 0.8% -
XYZ 31.39 29.28 61.12 -
YUV 148.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 140 142 204 0.31 0.30 0 0.2 238.13 0.39 0.67
Hex 8C 8E CC 1F 1E 0 14 EE 27 43
Octal 214 216 314 37 36 0 24 356 47 103
Binary 10001100 10001110 11001100 11111 11110 0 10100 11101110 100111 1000011

Color Harmonies of #8C8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8ECC

Black with #8C8ECC

Text Example


Text Example

White with #8C8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C8ECC; }

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

 H1.HeaderClassName
 {
   color: #8C8ECC;
 }
 .AnyTagClassName
 {
   color: #8C8ECC;
 }
</style>

background-color css

<style>
 a { background-color: #8C8ECC; }

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

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

border-color css

<style>
 span { border-color: #8C8ECC; }

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

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