Html Css Color HEX #879EC0 Rock Blue

📋 copy color: '#879EC0'

red 135 ◦ green 158 ◦ blue 192

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

Shades of Rock Blue #879EC0

Tints of Rock Blue #879EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

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

R = 27.84%
G = 32.58%
B = 39.59%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#879EC0 (or 0x879EC0) is known color: Rock Blue. HEX triplet: 87, 9E and C0. RGB value is (135,158,192). Sum of RGB (Red+Green+Blue) = 135+158+192=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #879EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EC0 is #78613F. Grayscale: #9A9A9A. Windows color (decimal): -7889216 or 12623495. OLE color: 12623495.

HSL color Cylindrical-coordinate representation of color #879EC0: hue angle of 215.79º 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 #879EC0 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 158 192 -
CMYK 0.30 0.18 0 0.25
HSL 215.79º 0.31% 0.64% -
HSV(B) 215.79º 0.3% 0.75% -
XYZ 31.73 33.41 54.65 -
YUV 155 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 135 158 192 0.30 0.18 0 0.25 215.79 0.31 0.64
Hex 87 9E C0 1E 12 0 19 D8 1F 40
Octal 207 236 300 36 22 0 31 330 37 100
Binary 10000111 10011110 11000000 11110 10010 0 11001 11011000 11111 1000000

Color Harmonies of #879EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879EC0

Black with #879EC0

Text Example


Text Example

White with #879EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879EC0; }

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

 H1.HeaderClassName
 {
   color: #879EC0;
 }
 .AnyTagClassName
 {
   color: #879EC0;
 }
</style>

background-color css

<style>
 a { background-color: #879EC0; }

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

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

border-color css

<style>
 span { border-color: #879EC0; }

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

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