Html Css Color HEX #899BC0 Rock Blue

📋 copy color: '#899BC0'

red 137 ◦ green 155 ◦ blue 192

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

Shades of Rock Blue #899BC0

Tints of Rock Blue #899BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.67%

R = 28.31%
G = 32.02%
B = 39.67%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#899BC0 (or 0x899BC0) is known color: Rock Blue. HEX triplet: 89, 9B and C0. RGB value is (137,155,192). Sum of RGB (Red+Green+Blue) = 137+155+192=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #899BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BC0 is #76643F. Grayscale: #999999. Windows color (decimal): -7758912 or 12622729. OLE color: 12622729.

HSL color Cylindrical-coordinate representation of color #899BC0: hue angle of 220.36º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #899BC0 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 155 192 -
CMYK 0.29 0.19 0 0.25
HSL 220.36º 0.3% 0.65% -
HSV(B) 220.36º 0.29% 0.75% -
XYZ 31.55 32.57 54.49 -
YUV 153.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 137 155 192 0.29 0.19 0 0.25 220.36 0.3 0.65
Hex 89 9B C0 1D 13 0 19 DC 1E 41
Octal 211 233 300 35 23 0 31 334 36 101
Binary 10001001 10011011 11000000 11101 10011 0 11001 11011100 11110 1000001

Color Harmonies of #899BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BC0

Black with #899BC0

Text Example


Text Example

White with #899BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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