Html Css Color HEX #878FC2 Wild Blue Yonder

📋 copy color: '#878FC2'

red 135 ◦ green 143 ◦ blue 194

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

Shades of Wild Blue Yonder #878FC2

Tints of Wild Blue Yonder #878FC2

RGB

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

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

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

R = 28.6%
G = 30.3%
B = 41.1%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#878FC2 (or 0x878FC2) is known color: Wild Blue Yonder. HEX triplet: 87, 8F and C2. RGB value is (135,143,194). Sum of RGB (Red+Green+Blue) = 135+143+194=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #878FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FC2 is #78703D. Grayscale: #929292. Windows color (decimal): -7893054 or 12750727. OLE color: 12750727.

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

Color convert

RGB 135 143 194 -
CMYK 0.30 0.26 0 0.24
HSL 231.86º 0.33% 0.65% -
HSV(B) 231.86º 0.3% 0.76% -
XYZ 29.55 28.69 55.02 -
YUV 146.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 135 143 194 0.30 0.26 0 0.24 231.86 0.33 0.65
Hex 87 8F C2 1E 1A 0 18 E8 21 41
Octal 207 217 302 36 32 0 30 350 41 101
Binary 10000111 10001111 11000010 11110 11010 0 11000 11101000 100001 1000001

Color Harmonies of #878FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FC2

Black with #878FC2

Text Example


Text Example

White with #878FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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