Html Css Color HEX #879CBE Rock Blue

📋 copy color: '#879CBE'

red 135 ◦ green 156 ◦ blue 190

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

Shades of Rock Blue #879CBE

Tints of Rock Blue #879CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 28.07%
G = 32.43%
B = 39.5%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#879CBE (or 0x879CBE) is known color: Rock Blue. HEX triplet: 87, 9C and BE. RGB value is (135,156,190). Sum of RGB (Red+Green+Blue) = 135+156+190=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #879CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CBE is #786341. Grayscale: #999999. Windows color (decimal): -7889730 or 12491911. OLE color: 12491911.

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

Color convert

RGB 135 156 190 -
CMYK 0.29 0.18 0 0.25
HSL 217.09º 0.3% 0.64% -
HSV(B) 217.09º 0.29% 0.75% -
XYZ 31.17 32.65 53.37 -
YUV 153.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 135 156 190 0.29 0.18 0 0.25 217.09 0.3 0.64
Hex 87 9C BE 1D 12 0 19 D9 1E 40
Octal 207 234 276 35 22 0 31 331 36 100
Binary 10000111 10011100 10111110 11101 10010 0 11001 11011001 11110 1000000

Color Harmonies of #879CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CBE

Black with #879CBE

Text Example


Text Example

White with #879CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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