Html Css Color HEX #878CBC Wild Blue Yonder

📋 copy color: '#878CBC'

red 135 ◦ green 140 ◦ blue 188

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

Shades of Wild Blue Yonder #878CBC

Tints of Wild Blue Yonder #878CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.24%

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

R = 29.16%
G = 30.24%
B = 40.6%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#878CBC (or 0x878CBC) is known color: Wild Blue Yonder. HEX triplet: 87, 8C and BC. RGB value is (135,140,188). Sum of RGB (Red+Green+Blue) = 135+140+188=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #878CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CBC is #787343. Grayscale: #8F8F8F. Windows color (decimal): -7893828 or 12356743. OLE color: 12356743.

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

Color convert

RGB 135 140 188 -
CMYK 0.28 0.26 0 0.26
HSL 234.34º 0.28% 0.63% -
HSV(B) 234.34º 0.28% 0.74% -
XYZ 28.45 27.54 51.39 -
YUV 143.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 135 140 188 0.28 0.26 0 0.26 234.34 0.28 0.63
Hex 87 8C BC 1C 1A 0 1A EA 1C 3F
Octal 207 214 274 34 32 0 32 352 34 77
Binary 10000111 10001100 10111100 11100 11010 0 11010 11101010 11100 111111

Color Harmonies of #878CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CBC

Black with #878CBC

Text Example


Text Example

White with #878CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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