Html Css Color HEX #878BBD Wild Blue Yonder

📋 copy color: '#878BBD'

red 135 ◦ green 139 ◦ blue 189

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

Shades of Wild Blue Yonder #878BBD

Tints of Wild Blue Yonder #878BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 29.16%
G = 30.02%
B = 40.82%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#878BBD (or 0x878BBD) is known color: Wild Blue Yonder. HEX triplet: 87, 8B and BD. RGB value is (135,139,189). Sum of RGB (Red+Green+Blue) = 135+139+189=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #878BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BBD is #787442. Grayscale: #8F8F8F. Windows color (decimal): -7894083 or 12422023. OLE color: 12422023.

HSL color Cylindrical-coordinate representation of color #878BBD: hue angle of 235.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #878BBD is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 139 189 -
CMYK 0.29 0.26 0 0.26
HSL 235.56º 0.29% 0.64% -
HSV(B) 235.56º 0.29% 0.74% -
XYZ 28.41 27.29 51.91 -
YUV 143.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 135 139 189 0.29 0.26 0 0.26 235.56 0.29 0.64
Hex 87 8B BD 1D 1A 0 1A EC 1D 40
Octal 207 213 275 35 32 0 32 354 35 100
Binary 10000111 10001011 10111101 11101 11010 0 11010 11101100 11101 1000000

Color Harmonies of #878BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BBD

Black with #878BBD

Text Example


Text Example

White with #878BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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