Html Css Color HEX #899BC5 Rock Blue

📋 copy color: '#899BC5'

red 137 ◦ green 155 ◦ blue 197

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

Shades of Rock Blue #899BC5

Tints of Rock Blue #899BC5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.7%

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 28.02%
G = 31.7%
B = 40.29%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#899BC5 (or 0x899BC5) is known color: Rock Blue. HEX triplet: 89, 9B and C5. RGB value is (137,155,197). Sum of RGB (Red+Green+Blue) = 137+155+197=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #899BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BC5 is #76643A. Grayscale: #9A9A9A. Windows color (decimal): -7758907 or 12950409. OLE color: 12950409.

HSL color Cylindrical-coordinate representation of color #899BC5: hue angle of 222º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #899BC5 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 137 155 197 -
CMYK 0.30 0.21 0 0.23
HSL 222º 0.34% 0.65% -
HSV(B) 222º 0.3% 0.77% -
XYZ 32.12 32.79 57.46 -
YUV 154.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 137 155 197 0.30 0.21 0 0.23 222 0.34 0.65
Hex 89 9B C5 1E 15 0 17 DE 22 41
Octal 211 233 305 36 25 0 27 336 42 101
Binary 10001001 10011011 11000101 11110 10101 0 10111 11011110 100010 1000001

Color Harmonies of #899BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BC5

Black with #899BC5

Text Example


Text Example

White with #899BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,155,197); }

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

background-color css

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

 a { background-color: rgb(137,155,197); }

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

border-color css

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

 span { border-color: rgb(137,155,197); }

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