Html Css Color HEX #878AC2 Wild Blue Yonder

📋 copy color: '#878AC2'

red 135 ◦ green 138 ◦ blue 194

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

Shades of Wild Blue Yonder #878AC2

Tints of Wild Blue Yonder #878AC2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.55%

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 28.91%
G = 29.55%
B = 41.54%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#878AC2 (or 0x878AC2) is known color: Wild Blue Yonder. HEX triplet: 87, 8A and C2. RGB value is (135,138,194). Sum of RGB (Red+Green+Blue) = 135+138+194=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #878AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878AC2 is #78753D. Grayscale: #8F8F8F. Windows color (decimal): -7894334 or 12749447. OLE color: 12749447.

HSL color Cylindrical-coordinate representation of color #878AC2: hue angle of 236.95º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #878AC2 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 138 194 -
CMYK 0.30 0.29 0 0.24
HSL 236.95º 0.33% 0.65% -
HSV(B) 236.95º 0.3% 0.76% -
XYZ 28.82 27.22 54.77 -
YUV 143.49 156.51 121.95 -
System Red Green Blue C M Y K H S L
Decimal 135 138 194 0.30 0.29 0 0.24 236.95 0.33 0.65
Hex 87 8A C2 1E 1D 0 18 ED 21 41
Octal 207 212 302 36 35 0 30 355 41 101
Binary 10000111 10001010 11000010 11110 11101 0 11000 11101101 100001 1000001

Color Harmonies of #878AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878AC2

Black with #878AC2

Text Example


Text Example

White with #878AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,138,194); }

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

background-color css

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

 a { background-color: rgb(135,138,194); }

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

border-color css

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

 span { border-color: rgb(135,138,194); }

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