Html Css Color HEX #899BC1 Rock Blue

📋 copy color: '#899BC1'

red 137 ◦ green 155 ◦ blue 193

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

Shades of Rock Blue #899BC1

Tints of Rock Blue #899BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 28.25%
G = 31.96%
B = 39.79%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#899BC1 (or 0x899BC1) is known color: Rock Blue. HEX triplet: 89, 9B and C1. RGB value is (137,155,193). Sum of RGB (Red+Green+Blue) = 137+155+193=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #899BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BC1 is #76643E. Grayscale: #999999. Windows color (decimal): -7758911 or 12688265. OLE color: 12688265.

HSL color Cylindrical-coordinate representation of color #899BC1: hue angle of 220.71º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #899BC1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 155 193 -
CMYK 0.29 0.20 0 0.24
HSL 220.71º 0.31% 0.65% -
HSV(B) 220.71º 0.29% 0.76% -
XYZ 31.66 32.61 55.08 -
YUV 153.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 137 155 193 0.29 0.20 0 0.24 220.71 0.31 0.65
Hex 89 9B C1 1D 14 0 18 DD 1F 41
Octal 211 233 301 35 24 0 30 335 37 101
Binary 10001001 10011011 11000001 11101 10100 0 11000 11011101 11111 1000001

Color Harmonies of #899BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BC1

Black with #899BC1

Text Example


Text Example

White with #899BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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