Html Css Color HEX #879CBF Rock Blue

📋 copy color: '#879CBF'

red 135 ◦ green 156 ◦ blue 191

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

Shades of Rock Blue #879CBF

Tints of Rock Blue #879CBF

RGB

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

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

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

R = 28.01%
G = 32.37%
B = 39.63%

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

#879CBF (or 0x879CBF) is known color: Rock Blue. HEX triplet: 87, 9C and BF. RGB value is (135,156,191). Sum of RGB (Red+Green+Blue) = 135+156+191=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #879CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CBF is #786340. Grayscale: #999999. Windows color (decimal): -7889729 or 12557447. OLE color: 12557447.

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

Color convert

RGB 135 156 191 -
CMYK 0.29 0.18 0 0.25
HSL 217.5º 0.3% 0.64% -
HSV(B) 217.5º 0.29% 0.75% -
XYZ 31.28 32.69 53.95 -
YUV 153.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 135 156 191 0.29 0.18 0 0.25 217.5 0.3 0.64
Hex 87 9C BF 1D 12 0 19 DA 1E 40
Octal 207 234 277 35 22 0 31 332 36 100
Binary 10000111 10011100 10111111 11101 10010 0 11001 11011010 11110 1000000

Color Harmonies of #879CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CBF

Black with #879CBF

Text Example


Text Example

White with #879CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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