Html Css Color HEX #879FC0 Rock Blue

📋 copy color: '#879FC0'

red 135 ◦ green 159 ◦ blue 192

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

Shades of Rock Blue #879FC0

Tints of Rock Blue #879FC0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.72%

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 27.78%
G = 32.72%
B = 39.51%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#879FC0 (or 0x879FC0) is known color: Rock Blue. HEX triplet: 87, 9F and C0. RGB value is (135,159,192). Sum of RGB (Red+Green+Blue) = 135+159+192=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #879FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FC0 is #78603F. Grayscale: #9B9B9B. Windows color (decimal): -7888960 or 12623751. OLE color: 12623751.

HSL color Cylindrical-coordinate representation of color #879FC0: hue angle of 214.74º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #879FC0 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 159 192 -
CMYK 0.30 0.17 0 0.25
HSL 214.74º 0.31% 0.64% -
HSV(B) 214.74º 0.3% 0.75% -
XYZ 31.9 33.75 54.7 -
YUV 155.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 135 159 192 0.30 0.17 0 0.25 214.74 0.31 0.64
Hex 87 9F C0 1E 11 0 19 D7 1F 40
Octal 207 237 300 36 21 0 31 327 37 100
Binary 10000111 10011111 11000000 11110 10001 0 11001 11010111 11111 1000000

Color Harmonies of #879FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FC0

Black with #879FC0

Text Example


Text Example

White with #879FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,159,192); }

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

background-color css

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

 a { background-color: rgb(135,159,192); }

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

border-color css

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

 span { border-color: rgb(135,159,192); }

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