Html Css Color HEX #878EC2 Wild Blue Yonder

📋 copy color: '#878EC2'

red 135 ◦ green 142 ◦ blue 194

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

Shades of Wild Blue Yonder #878EC2

Tints of Wild Blue Yonder #878EC2

RGB

 RED value IS 135 (53.13% from 255) = 28.66%

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

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 28.66%
G = 30.15%
B = 41.19%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#878EC2 (or 0x878EC2) is known color: Wild Blue Yonder. HEX triplet: 87, 8E and C2. RGB value is (135,142,194). Sum of RGB (Red+Green+Blue) = 135+142+194=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #878EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EC2 is #78713D. Grayscale: #919191. Windows color (decimal): -7893310 or 12750471. OLE color: 12750471.

HSL color Cylindrical-coordinate representation of color #878EC2: hue angle of 232.88º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #878EC2 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 142 194 -
CMYK 0.30 0.27 0 0.24
HSL 232.88º 0.33% 0.65% -
HSV(B) 232.88º 0.3% 0.76% -
XYZ 29.4 28.39 54.97 -
YUV 145.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 135 142 194 0.30 0.27 0 0.24 232.88 0.33 0.65
Hex 87 8E C2 1E 1B 0 18 E9 21 41
Octal 207 216 302 36 33 0 30 351 41 101
Binary 10000111 10001110 11000010 11110 11011 0 11000 11101001 100001 1000001

Color Harmonies of #878EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EC2

Black with #878EC2

Text Example


Text Example

White with #878EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878EC2; }

 p { color: rgb(135,142,194); }

 H1.HeaderClassName
 {
   color: #878EC2;
 }
 .AnyTagClassName
 {
   color: #878EC2;
 }
</style>

background-color css

<style>
 a { background-color: #878EC2; }

 a { background-color: rgb(135,142,194); }

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

border-color css

<style>
 span { border-color: #878EC2; }

 span { border-color: rgb(135,142,194); }

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