Html Css Color HEX #879BBC Rock Blue

📋 copy color: '#879BBC'

red 135 ◦ green 155 ◦ blue 188

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

Shades of Rock Blue #879BBC

Tints of Rock Blue #879BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 28.24%
G = 32.43%
B = 39.33%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#879BBC (or 0x879BBC) is known color: Rock Blue. HEX triplet: 87, 9B and BC. RGB value is (135,155,188). Sum of RGB (Red+Green+Blue) = 135+155+188=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #879BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BBC is #786443. Grayscale: #989898. Windows color (decimal): -7889988 or 12360583. OLE color: 12360583.

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

Color convert

RGB 135 155 188 -
CMYK 0.28 0.18 0 0.26
HSL 217.36º 0.28% 0.63% -
HSV(B) 217.36º 0.28% 0.74% -
XYZ 30.79 32.22 52.17 -
YUV 152.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 135 155 188 0.28 0.18 0 0.26 217.36 0.28 0.63
Hex 87 9B BC 1C 12 0 1A D9 1C 3F
Octal 207 233 274 34 22 0 32 331 34 77
Binary 10000111 10011011 10111100 11100 10010 0 11010 11011001 11100 111111

Color Harmonies of #879BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879BBC

Black with #879BBC

Text Example


Text Example

White with #879BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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