#879AB1

Color #879AB1 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #879AB1

Tints of Rock Blue #879AB1

Color information

#879AB1 (or 0x879AB1) is unknown color: approx Rock Blue. HEX triplet: 87, 9A and B1. RGB value is (135,154,177). Sum of RGB (Red+Green+Blue) = 135+154+177=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 177 - color contains mainly: blue. Hex color #879AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879AB1 is #78654E. Grayscale: #969696. Windows color (decimal): -7890255 or 11639431. OLE color: 11639431.

HSL color Cylindrical-coordinate representation of color #879AB1: hue angle of 212.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #879AB1 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB135154177-
CMYK0.240.1300.31
HSL212.86º21.21%61.18%-
HSV(B)212.86º23.73%69.41%-
XYZ29.4831.4446.11-
YUV150.94142.71116.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.97%
GREEN value IS 154 (60.55% from 255) = 33.05%
BLUE value IS 177 (69.53% from 255) = 37.98%
R=28.97%
G=33.05%
B=37.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1351541770.240.1300.31212.8621.2161.18
Hex879AB118D01Fd5153d
Octal20723226130150373252575
Binary1000011110011010101100011100011010111111101010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #879AB1;
 }
 .AnyTagClassName
 {
   color: #879AB1;
 }
</style>
background-color css

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

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

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

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

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

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