Html Css Color HEX #879BBB Rock Blue

📋 copy color: '#879BBB'

red 135 ◦ green 155 ◦ blue 187

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

Shades of Rock Blue #879BBB

Tints of Rock Blue #879BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 28.3%
G = 32.49%
B = 39.2%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#879BBB (or 0x879BBB) is known color: Rock Blue. HEX triplet: 87, 9B and BB. RGB value is (135,155,187). Sum of RGB (Red+Green+Blue) = 135+155+187=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #879BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BBB is #786444. Grayscale: #989898. Windows color (decimal): -7889989 or 12295047. OLE color: 12295047.

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

Color convert

RGB 135 155 187 -
CMYK 0.28 0.17 0 0.27
HSL 216.92º 0.28% 0.63% -
HSV(B) 216.92º 0.28% 0.73% -
XYZ 30.68 32.18 51.61 -
YUV 152.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 135 155 187 0.28 0.17 0 0.27 216.92 0.28 0.63
Hex 87 9B BB 1C 11 0 1B D9 1C 3F
Octal 207 233 273 34 21 0 33 331 34 77
Binary 10000111 10011011 10111011 11100 10001 0 11011 11011001 11100 111111

Color Harmonies of #879BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879BBB

Black with #879BBB

Text Example


Text Example

White with #879BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,155,187); }

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

background-color css

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

 a { background-color: rgb(135,155,187); }

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

border-color css

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

 span { border-color: rgb(135,155,187); }

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