Html Css Color HEX #878FBF Wild Blue Yonder

📋 copy color: '#878FBF'

red 135 ◦ green 143 ◦ blue 191

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

Shades of Wild Blue Yonder #878FBF

Tints of Wild Blue Yonder #878FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.72%

R = 28.78%
G = 30.49%
B = 40.72%

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

#878FBF (or 0x878FBF) is known color: Wild Blue Yonder. HEX triplet: 87, 8F and BF. RGB value is (135,143,191). Sum of RGB (Red+Green+Blue) = 135+143+191=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #878FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FBF is #787040. Grayscale: #919191. Windows color (decimal): -7893057 or 12554119. OLE color: 12554119.

HSL color Cylindrical-coordinate representation of color #878FBF: hue angle of 231.43º 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 #878FBF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 143 191 -
CMYK 0.29 0.25 0 0.25
HSL 231.43º 0.3% 0.64% -
HSV(B) 231.43º 0.29% 0.75% -
XYZ 29.22 28.56 53.26 -
YUV 146.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 135 143 191 0.29 0.25 0 0.25 231.43 0.3 0.64
Hex 87 8F BF 1D 19 0 19 E7 1E 40
Octal 207 217 277 35 31 0 31 347 36 100
Binary 10000111 10001111 10111111 11101 11001 0 11001 11100111 11110 1000000

Color Harmonies of #878FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FBF

Black with #878FBF

Text Example


Text Example

White with #878FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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