#879ABF

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

Shades of Rock Blue #879ABF

Tints of Rock Blue #879ABF

Color information

#879ABF (or 0x879ABF) is unknown color: approx Rock Blue. HEX triplet: 87, 9A and BF. RGB value is (135,154,191). Sum of RGB (Red+Green+Blue) = 135+154+191=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #879ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ABF is #786540. Grayscale: #989898. Windows color (decimal): -7890241 or 12556935. OLE color: 12556935.

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

Color convert

RGB135154191-
CMYK0.290.1900.25
HSL219.64º30.43%63.92%-
HSV(B)219.64º29.32%74.9%-
XYZ30.9532.0253.84-
YUV152.54149.71115.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.12%
GREEN value IS 154 (60.55% from 255) = 32.08%
BLUE value IS 191 (75% from 255) = 39.79%
R=28.12%
G=32.08%
B=39.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351541910.290.1900.25219.6430.4363.92
Hex879ABF1D13019dc1e40
Octal207232277352303133436100
Binary100001111001101010111111111011001101100111011100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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