Html Css Color HEX #879DB9 Rock Blue

📋 copy color: '#879DB9'

red 135 ◦ green 157 ◦ blue 185

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

Shades of Rock Blue #879DB9

Tints of Rock Blue #879DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

 BLUE value IS 185 (72.66% from 255) = 38.78%

R = 28.3%
G = 32.91%
B = 38.78%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#879DB9 (or 0x879DB9) is known color: Rock Blue. HEX triplet: 87, 9D and B9. RGB value is (135,157,185). Sum of RGB (Red+Green+Blue) = 135+157+185=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 185 (72.66% from 255 or 38.78% from 477); Max value from RGB is 185 - color contains mainly: blue. Hex color #879DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DB9 is #786246. Grayscale: #999999. Windows color (decimal): -7889479 or 12164487. OLE color: 12164487.

HSL color Cylindrical-coordinate representation of color #879DB9: hue angle of 213.6º degrees, saturation: 0.26, 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 #879DB9 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 157 185 -
CMYK 0.27 0.15 0 0.27
HSL 213.6º 0.26% 0.63% -
HSV(B) 213.6º 0.27% 0.73% -
XYZ 30.81 32.77 50.6 -
YUV 153.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 135 157 185 0.27 0.15 0 0.27 213.6 0.26 0.63
Hex 87 9D B9 1B F 0 1B D6 1A 3F
Octal 207 235 271 33 17 0 33 326 32 77
Binary 10000111 10011101 10111001 11011 1111 0 11011 11010110 11010 111111

Color Harmonies of #879DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DB9

Black with #879DB9

Text Example


Text Example

White with #879DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,157,185); }

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

background-color css

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

 a { background-color: rgb(135,157,185); }

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

border-color css

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

 span { border-color: rgb(135,157,185); }

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