Html Css Color HEX #878BC2 Wild Blue Yonder

📋 copy color: '#878BC2'

red 135 ◦ green 139 ◦ blue 194

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

Shades of Wild Blue Yonder #878BC2

Tints of Wild Blue Yonder #878BC2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

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

R = 28.85%
G = 29.7%
B = 41.45%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#878BC2 (or 0x878BC2) is known color: Wild Blue Yonder. HEX triplet: 87, 8B and C2. RGB value is (135,139,194). Sum of RGB (Red+Green+Blue) = 135+139+194=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #878BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BC2 is #78743D. Grayscale: #8F8F8F. Windows color (decimal): -7894078 or 12749703. OLE color: 12749703.

HSL color Cylindrical-coordinate representation of color #878BC2: hue angle of 235.93º 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 #878BC2 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 139 194 -
CMYK 0.30 0.28 0 0.24
HSL 235.93º 0.33% 0.65% -
HSV(B) 235.93º 0.3% 0.76% -
XYZ 28.96 27.51 54.82 -
YUV 144.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 135 139 194 0.30 0.28 0 0.24 235.93 0.33 0.65
Hex 87 8B C2 1E 1C 0 18 EC 21 41
Octal 207 213 302 36 34 0 30 354 41 101
Binary 10000111 10001011 11000010 11110 11100 0 11000 11101100 100001 1000001

Color Harmonies of #878BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BC2

Black with #878BC2

Text Example


Text Example

White with #878BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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