Html Css Color HEX #8E94CA Blue Bell

📋 copy color: '#8E94CA'

red 142 ◦ green 148 ◦ blue 202

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

Shades of Blue Bell #8E94CA

Tints of Blue Bell #8E94CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

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

R = 28.86%
G = 30.08%
B = 41.06%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E94CA (or 0x8E94CA) is known color: Blue Bell. HEX triplet: 8E, 94 and CA. RGB value is (142,148,202). Sum of RGB (Red+Green+Blue) = 142+148+202=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E94CA is #716B35. Grayscale: #989898. Windows color (decimal): -7433014 or 13276302. OLE color: 13276302.

HSL color Cylindrical-coordinate representation of color #8E94CA: hue angle of 234º 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 #8E94CA is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 148 202 -
CMYK 0.30 0.27 0 0.21
HSL 234º 0.36% 0.67% -
HSV(B) 234º 0.3% 0.79% -
XYZ 32.41 31.19 60.19 -
YUV 152.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 142 148 202 0.30 0.27 0 0.21 234 0.36 0.67
Hex 8E 94 CA 1E 1B 0 15 EA 24 43
Octal 216 224 312 36 33 0 25 352 44 103
Binary 10001110 10010100 11001010 11110 11011 0 10101 11101010 100100 1000011

Color Harmonies of #8E94CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E94CA

Black with #8E94CA

Text Example


Text Example

White with #8E94CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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