Html Css Color HEX #859ABD Rock Blue

📋 copy color: '#859ABD'

red 133 ◦ green 154 ◦ blue 189

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

Shades of Rock Blue #859ABD

Tints of Rock Blue #859ABD

RGB

 RED value IS 133 (52.34% from 255) = 27.94%

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

 BLUE value IS 189 (74.22% from 255) = 39.71%

R = 27.94%
G = 32.35%
B = 39.71%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#859ABD (or 0x859ABD) is known color: Rock Blue. HEX triplet: 85, 9A and BD. RGB value is (133,154,189). Sum of RGB (Red+Green+Blue) = 133+154+189=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #859ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ABD is #7A6542. Grayscale: #979797. Windows color (decimal): -8021315 or 12425861. OLE color: 12425861.

HSL color Cylindrical-coordinate representation of color #859ABD: hue angle of 217.5º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #859ABD is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 154 189 -
CMYK 0.30 0.19 0 0.26
HSL 217.5º 0.3% 0.63% -
HSV(B) 217.5º 0.3% 0.74% -
XYZ 30.41 31.77 52.67 -
YUV 151.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 133 154 189 0.30 0.19 0 0.26 217.5 0.3 0.63
Hex 85 9A BD 1E 13 0 1A DA 1E 3F
Octal 205 232 275 36 23 0 32 332 36 77
Binary 10000101 10011010 10111101 11110 10011 0 11010 11011010 11110 111111

Color Harmonies of #859ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859ABD

Black with #859ABD

Text Example


Text Example

White with #859ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859ABD; }

 p { color: rgb(133,154,189); }

 H1.HeaderClassName
 {
   color: #859ABD;
 }
 .AnyTagClassName
 {
   color: #859ABD;
 }
</style>

background-color css

<style>
 a { background-color: #859ABD; }

 a { background-color: rgb(133,154,189); }

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

border-color css

<style>
 span { border-color: #859ABD; }

 span { border-color: rgb(133,154,189); }

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