Html Css Color HEX #878DBE Wild Blue Yonder

📋 copy color: '#878DBE'

red 135 ◦ green 141 ◦ blue 190

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

Shades of Wild Blue Yonder #878DBE

Tints of Wild Blue Yonder #878DBE

RGB

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

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

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

R = 28.97%
G = 30.26%
B = 40.77%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#878DBE (or 0x878DBE) is known color: Wild Blue Yonder. HEX triplet: 87, 8D and BE. RGB value is (135,141,190). Sum of RGB (Red+Green+Blue) = 135+141+190=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #878DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DBE is #787241. Grayscale: #909090. Windows color (decimal): -7893570 or 12488071. OLE color: 12488071.

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

Color convert

RGB 135 141 190 -
CMYK 0.29 0.26 0 0.25
HSL 233.45º 0.3% 0.64% -
HSV(B) 233.45º 0.29% 0.75% -
XYZ 28.81 27.92 52.59 -
YUV 144.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 135 141 190 0.29 0.26 0 0.25 233.45 0.3 0.64
Hex 87 8D BE 1D 1A 0 19 E9 1E 40
Octal 207 215 276 35 32 0 31 351 36 100
Binary 10000111 10001101 10111110 11101 11010 0 11001 11101001 11110 1000000

Color Harmonies of #878DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878DBE

Black with #878DBE

Text Example


Text Example

White with #878DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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