Html Css Color HEX #878FC0 Wild Blue Yonder

📋 copy color: '#878FC0'

red 135 ◦ green 143 ◦ blue 192

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

Shades of Wild Blue Yonder #878FC0

Tints of Wild Blue Yonder #878FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.85%

R = 28.72%
G = 30.43%
B = 40.85%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#878FC0 (or 0x878FC0) is known color: Wild Blue Yonder. HEX triplet: 87, 8F and C0. RGB value is (135,143,192). Sum of RGB (Red+Green+Blue) = 135+143+192=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #878FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FC0 is #78703F. Grayscale: #919191. Windows color (decimal): -7893056 or 12619655. OLE color: 12619655.

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

Color convert

RGB 135 143 192 -
CMYK 0.30 0.26 0 0.25
HSL 231.58º 0.31% 0.64% -
HSV(B) 231.58º 0.3% 0.75% -
XYZ 29.33 28.6 53.84 -
YUV 146.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 135 143 192 0.30 0.26 0 0.25 231.58 0.31 0.64
Hex 87 8F C0 1E 1A 0 19 E8 1F 40
Octal 207 217 300 36 32 0 31 350 37 100
Binary 10000111 10001111 11000000 11110 11010 0 11001 11101000 11111 1000000

Color Harmonies of #878FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FC0

Black with #878FC0

Text Example


Text Example

White with #878FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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