Html Css Color HEX #8E85CA Moody Blue

📋 copy color: '#8E85CA'

red 142 ◦ green 133 ◦ blue 202

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

Shades of Moody Blue #8E85CA

Tints of Moody Blue #8E85CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.88%

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

R = 29.77%
G = 27.88%
B = 42.35%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8E85CA (or 0x8E85CA) is known color: Moody Blue. HEX triplet: 8E, 85 and CA. RGB value is (142,133,202). Sum of RGB (Red+Green+Blue) = 142+133+202=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E85CA is #717A35. Grayscale: #8F8F8F. Windows color (decimal): -7436854 or 13272462. OLE color: 13272462.

HSL color Cylindrical-coordinate representation of color #8E85CA: hue angle of 247.83º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E85CA is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 142 133 202 -
CMYK 0.30 0.34 0 0.21
HSL 247.83º 0.39% 0.66% -
HSV(B) 247.83º 0.34% 0.79% -
XYZ 30.2 26.79 59.46 -
YUV 143.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 142 133 202 0.30 0.34 0 0.21 247.83 0.39 0.66
Hex 8E 85 CA 1E 22 0 15 F8 27 42
Octal 216 205 312 36 42 0 25 370 47 102
Binary 10001110 10000101 11001010 11110 100010 0 10101 11111000 100111 1000010

Color Harmonies of #8E85CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E85CA

Black with #8E85CA

Text Example


Text Example

White with #8E85CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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