Html Css Color HEX #899BC2 Rock Blue

📋 copy color: '#899BC2'

red 137 ◦ green 155 ◦ blue 194

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

Shades of Rock Blue #899BC2

Tints of Rock Blue #899BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 28.19%
G = 31.89%
B = 39.92%

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

#899BC2 (or 0x899BC2) is known color: Rock Blue. HEX triplet: 89, 9B and C2. RGB value is (137,155,194). Sum of RGB (Red+Green+Blue) = 137+155+194=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #899BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BC2 is #76643D. Grayscale: #999999. Windows color (decimal): -7758910 or 12753801. OLE color: 12753801.

HSL color Cylindrical-coordinate representation of color #899BC2: hue angle of 221.05º degrees, saturation: 0.32, 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 #899BC2 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 155 194 -
CMYK 0.29 0.20 0 0.24
HSL 221.05º 0.32% 0.65% -
HSV(B) 221.05º 0.29% 0.76% -
XYZ 31.78 32.66 55.67 -
YUV 154.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 137 155 194 0.29 0.20 0 0.24 221.05 0.32 0.65
Hex 89 9B C2 1D 14 0 18 DD 20 41
Octal 211 233 302 35 24 0 30 335 40 101
Binary 10001001 10011011 11000010 11101 10100 0 11000 11011101 100000 1000001

Color Harmonies of #899BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BC2

Black with #899BC2

Text Example


Text Example

White with #899BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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