Html Css Color HEX #879CBC Rock Blue

📋 copy color: '#879CBC'

red 135 ◦ green 156 ◦ blue 188

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

Shades of Rock Blue #879CBC

Tints of Rock Blue #879CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

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

R = 28.18%
G = 32.57%
B = 39.25%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#879CBC (or 0x879CBC) is known color: Rock Blue. HEX triplet: 87, 9C and BC. RGB value is (135,156,188). Sum of RGB (Red+Green+Blue) = 135+156+188=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #879CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CBC is #786343. Grayscale: #999999. Windows color (decimal): -7889732 or 12360839. OLE color: 12360839.

HSL color Cylindrical-coordinate representation of color #879CBC: hue angle of 216.23º 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 #879CBC is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 156 188 -
CMYK 0.28 0.17 0 0.26
HSL 216.23º 0.28% 0.63% -
HSV(B) 216.23º 0.28% 0.74% -
XYZ 30.96 32.56 52.23 -
YUV 153.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 135 156 188 0.28 0.17 0 0.26 216.23 0.28 0.63
Hex 87 9C BC 1C 11 0 1A D8 1C 3F
Octal 207 234 274 34 21 0 32 330 34 77
Binary 10000111 10011100 10111100 11100 10001 0 11010 11011000 11100 111111

Color Harmonies of #879CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CBC

Black with #879CBC

Text Example


Text Example

White with #879CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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