Html Css Color HEX #8E8FCA Blue Bell

📋 copy color: '#8E8FCA'

red 142 ◦ green 143 ◦ blue 202

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

Shades of Blue Bell #8E8FCA

Tints of Blue Bell #8E8FCA

RGB

 RED value IS 142 (55.86% from 255) = 29.16%

 GREEN value IS 143 (56.25% from 255) = 29.36%

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 29.16%
G = 29.36%
B = 41.48%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E8FCA (or 0x8E8FCA) is known color: Blue Bell. HEX triplet: 8E, 8F and CA. RGB value is (142,143,202). Sum of RGB (Red+Green+Blue) = 142+143+202=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8FCA is #717035. Grayscale: #959595. Windows color (decimal): -7434294 or 13275022. OLE color: 13275022.

HSL color Cylindrical-coordinate representation of color #8E8FCA: hue angle of 239º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E8FCA is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 143 202 -
CMYK 0.30 0.29 0 0.21
HSL 239º 0.36% 0.67% -
HSV(B) 239º 0.3% 0.79% -
XYZ 31.64 29.66 59.93 -
YUV 149.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 142 143 202 0.30 0.29 0 0.21 239 0.36 0.67
Hex 8E 8F CA 1E 1D 0 15 EF 24 43
Octal 216 217 312 36 35 0 25 357 44 103
Binary 10001110 10001111 11001010 11110 11101 0 10101 11101111 100100 1000011

Color Harmonies of #8E8FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8FCA

Black with #8E8FCA

Text Example


Text Example

White with #8E8FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,143,202); }

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

background-color css

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

 a { background-color: rgb(142,143,202); }

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

border-color css

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

 span { border-color: rgb(142,143,202); }

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