Html Css Color HEX #878FBE Wild Blue Yonder

📋 copy color: '#878FBE'

red 135 ◦ green 143 ◦ blue 190

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

Shades of Wild Blue Yonder #878FBE

Tints of Wild Blue Yonder #878FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 28.85%
G = 30.56%
B = 40.6%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#878FBE (or 0x878FBE) is known color: Wild Blue Yonder. HEX triplet: 87, 8F and BE. RGB value is (135,143,190). Sum of RGB (Red+Green+Blue) = 135+143+190=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #878FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FBE is #787041. Grayscale: #919191. Windows color (decimal): -7893058 or 12488583. OLE color: 12488583.

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

Color convert

RGB 135 143 190 -
CMYK 0.29 0.25 0 0.25
HSL 231.27º 0.3% 0.64% -
HSV(B) 231.27º 0.29% 0.75% -
XYZ 29.11 28.51 52.68 -
YUV 145.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 135 143 190 0.29 0.25 0 0.25 231.27 0.3 0.64
Hex 87 8F BE 1D 19 0 19 E7 1E 40
Octal 207 217 276 35 31 0 31 347 36 100
Binary 10000111 10001111 10111110 11101 11001 0 11001 11100111 11110 1000000

Color Harmonies of #878FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FBE

Black with #878FBE

Text Example


Text Example

White with #878FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,143,190); }

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

background-color css

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

 a { background-color: rgb(135,143,190); }

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

border-color css

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

 span { border-color: rgb(135,143,190); }

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