Html Css Color HEX #878DBC Wild Blue Yonder

📋 copy color: '#878DBC'

red 135 ◦ green 141 ◦ blue 188

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

Shades of Wild Blue Yonder #878DBC

Tints of Wild Blue Yonder #878DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.39%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 29.09%
G = 30.39%
B = 40.52%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#878DBC (or 0x878DBC) is known color: Wild Blue Yonder. HEX triplet: 87, 8D and BC. RGB value is (135,141,188). Sum of RGB (Red+Green+Blue) = 135+141+188=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #878DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DBC is #787243. Grayscale: #909090. Windows color (decimal): -7893572 or 12356999. OLE color: 12356999.

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

Color convert

RGB 135 141 188 -
CMYK 0.28 0.25 0 0.26
HSL 233.21º 0.28% 0.63% -
HSV(B) 233.21º 0.28% 0.74% -
XYZ 28.59 27.83 51.44 -
YUV 144.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 135 141 188 0.28 0.25 0 0.26 233.21 0.28 0.63
Hex 87 8D BC 1C 19 0 1A E9 1C 3F
Octal 207 215 274 34 31 0 32 351 34 77
Binary 10000111 10001101 10111100 11100 11001 0 11010 11101001 11100 111111

Color Harmonies of #878DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878DBC

Black with #878DBC

Text Example


Text Example

White with #878DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,141,188); }

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

background-color css

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

 a { background-color: rgb(135,141,188); }

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

border-color css

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

 span { border-color: rgb(135,141,188); }

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