Html Css Color HEX #879ABA Rock Blue

📋 copy color: '#879ABA'

red 135 ◦ green 154 ◦ blue 186

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

Shades of Rock Blue #879ABA

Tints of Rock Blue #879ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 28.42%
G = 32.42%
B = 39.16%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#879ABA (or 0x879ABA) is known color: Rock Blue. HEX triplet: 87, 9A and BA. RGB value is (135,154,186). Sum of RGB (Red+Green+Blue) = 135+154+186=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #879ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ABA is #786545. Grayscale: #979797. Windows color (decimal): -7890246 or 12229255. OLE color: 12229255.

HSL color Cylindrical-coordinate representation of color #879ABA: hue angle of 217.65º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #879ABA is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 154 186 -
CMYK 0.27 0.17 0 0.27
HSL 217.65º 0.27% 0.63% -
HSV(B) 217.65º 0.27% 0.73% -
XYZ 30.41 31.81 50.99 -
YUV 151.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 135 154 186 0.27 0.17 0 0.27 217.65 0.27 0.63
Hex 87 9A BA 1B 11 0 1B DA 1B 3F
Octal 207 232 272 33 21 0 33 332 33 77
Binary 10000111 10011010 10111010 11011 10001 0 11011 11011010 11011 111111

Color Harmonies of #879ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879ABA

Black with #879ABA

Text Example


Text Example

White with #879ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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