Html Css Color HEX #8C8CCE Blue Bell

📋 copy color: '#8C8CCE'

red 140 ◦ green 140 ◦ blue 206

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

Shades of Blue Bell #8C8CCE

Tints of Blue Bell #8C8CCE

RGB

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

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

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

R = 28.81%
G = 28.81%
B = 42.39%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C8CCE (or 0x8C8CCE) is known color: Blue Bell. HEX triplet: 8C, 8C and CE. RGB value is (140,140,206). Sum of RGB (Red+Green+Blue) = 140+140+206=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C8CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8CCE is #737331. Grayscale: #939393. Windows color (decimal): -7566130 or 13536396. OLE color: 13536396.

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

Color convert

RGB 140 140 206 -
CMYK 0.32 0.32 0 0.19
HSL 240º 0.4% 0.68% -
HSV(B) 240º 0.32% 0.81% -
XYZ 31.33 28.79 62.3 -
YUV 147.52 161 122.63 -
System Red Green Blue C M Y K H S L
Decimal 140 140 206 0.32 0.32 0 0.19 240 0.4 0.68
Hex 8C 8C CE 20 20 0 13 F0 28 44
Octal 214 214 316 40 40 0 23 360 50 104
Binary 10001100 10001100 11001110 100000 100000 0 10011 11110000 101000 1000100

Color Harmonies of #8C8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8CCE

Black with #8C8CCE

Text Example


Text Example

White with #8C8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,140,206); }

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

background-color css

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

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

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

border-color css

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

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

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