Html Css Color HEX #879ABE Rock Blue

📋 copy color: '#879ABE'

red 135 ◦ green 154 ◦ blue 190

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

Shades of Rock Blue #879ABE

Tints of Rock Blue #879ABE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.15%

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 28.18%
G = 32.15%
B = 39.67%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#879ABE (or 0x879ABE) is known color: Rock Blue. HEX triplet: 87, 9A and BE. RGB value is (135,154,190). Sum of RGB (Red+Green+Blue) = 135+154+190=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #879ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ABE is #786541. Grayscale: #989898. Windows color (decimal): -7890242 or 12491399. OLE color: 12491399.

HSL color Cylindrical-coordinate representation of color #879ABE: hue angle of 219.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #879ABE is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 154 190 -
CMYK 0.29 0.19 0 0.25
HSL 219.27º 0.3% 0.64% -
HSV(B) 219.27º 0.29% 0.75% -
XYZ 30.84 31.98 53.26 -
YUV 152.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 135 154 190 0.29 0.19 0 0.25 219.27 0.3 0.64
Hex 87 9A BE 1D 13 0 19 DB 1E 40
Octal 207 232 276 35 23 0 31 333 36 100
Binary 10000111 10011010 10111110 11101 10011 0 11001 11011011 11110 1000000

Color Harmonies of #879ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879ABE

Black with #879ABE

Text Example


Text Example

White with #879ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,154,190); }

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

background-color css

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

 a { background-color: rgb(135,154,190); }

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

border-color css

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

 span { border-color: rgb(135,154,190); }

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