Html Css Color HEX #879FBF Rock Blue

📋 copy color: '#879FBF'

red 135 ◦ green 159 ◦ blue 191

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

Shades of Rock Blue #879FBF

Tints of Rock Blue #879FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.38%

R = 27.84%
G = 32.78%
B = 39.38%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#879FBF (or 0x879FBF) is known color: Rock Blue. HEX triplet: 87, 9F and BF. RGB value is (135,159,191). Sum of RGB (Red+Green+Blue) = 135+159+191=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #879FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FBF is #786040. Grayscale: #9B9B9B. Windows color (decimal): -7888961 or 12558215. OLE color: 12558215.

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

Color convert

RGB 135 159 191 -
CMYK 0.29 0.17 0 0.25
HSL 214.29º 0.3% 0.64% -
HSV(B) 214.29º 0.29% 0.75% -
XYZ 31.79 33.71 54.12 -
YUV 155.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 135 159 191 0.29 0.17 0 0.25 214.29 0.3 0.64
Hex 87 9F BF 1D 11 0 19 D6 1E 40
Octal 207 237 277 35 21 0 31 326 36 100
Binary 10000111 10011111 10111111 11101 10001 0 11001 11010110 11110 1000000

Color Harmonies of #879FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FBF

Black with #879FBF

Text Example


Text Example

White with #879FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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