Html Css Color HEX #879ABC Rock Blue

📋 copy color: '#879ABC'

red 135 ◦ green 154 ◦ blue 188

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

Shades of Rock Blue #879ABC

Tints of Rock Blue #879ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.29%

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

R = 28.3%
G = 32.29%
B = 39.41%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#879ABC (or 0x879ABC) is known color: Rock Blue. HEX triplet: 87, 9A and BC. RGB value is (135,154,188). Sum of RGB (Red+Green+Blue) = 135+154+188=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 188 - color contains mainly: blue. Hex color #879ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879ABC is #786543. Grayscale: #989898. Windows color (decimal): -7890244 or 12360327. OLE color: 12360327.

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

Color convert

RGB 135 154 188 -
CMYK 0.28 0.18 0 0.26
HSL 218.49º 0.28% 0.63% -
HSV(B) 218.49º 0.28% 0.74% -
XYZ 30.62 31.89 52.12 -
YUV 152.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 135 154 188 0.28 0.18 0 0.26 218.49 0.28 0.63
Hex 87 9A BC 1C 12 0 1A DA 1C 3F
Octal 207 232 274 34 22 0 32 332 34 77
Binary 10000111 10011010 10111100 11100 10010 0 11010 11011010 11100 111111

Color Harmonies of #879ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879ABC

Black with #879ABC

Text Example


Text Example

White with #879ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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