Html Css Color HEX #899ABC Rock Blue

📋 copy color: '#899ABC'

red 137 ◦ green 154 ◦ blue 188

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

Shades of Rock Blue #899ABC

Tints of Rock Blue #899ABC

RGB

 RED value IS 137 (53.91% from 255) = 28.6%

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

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

R = 28.6%
G = 32.15%
B = 39.25%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#899ABC (or 0x899ABC) is known color: Rock Blue. HEX triplet: 89, 9A and BC. RGB value is (137,154,188). Sum of RGB (Red+Green+Blue) = 137+154+188=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #899ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899ABC is #766543. Grayscale: #989898. Windows color (decimal): -7759172 or 12360329. OLE color: 12360329.

HSL color Cylindrical-coordinate representation of color #899ABC: hue angle of 220º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #899ABC is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 154 188 -
CMYK 0.27 0.18 0 0.26
HSL 220º 0.28% 0.64% -
HSV(B) 220º 0.27% 0.74% -
XYZ 30.95 32.06 52.13 -
YUV 152.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 137 154 188 0.27 0.18 0 0.26 220 0.28 0.64
Hex 89 9A BC 1B 12 0 1A DC 1C 40
Octal 211 232 274 33 22 0 32 334 34 100
Binary 10001001 10011010 10111100 11011 10010 0 11010 11011100 11100 1000000

Color Harmonies of #899ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899ABC

Black with #899ABC

Text Example


Text Example

White with #899ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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