Html Css Color HEX #899DBC Rock Blue

📋 copy color: '#899DBC'

red 137 ◦ green 157 ◦ blue 188

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

Shades of Rock Blue #899DBC

Tints of Rock Blue #899DBC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.57%

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

R = 28.42%
G = 32.57%
B = 39%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#899DBC (or 0x899DBC) is known color: Rock Blue. HEX triplet: 89, 9D and BC. RGB value is (137,157,188). Sum of RGB (Red+Green+Blue) = 137+157+188=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #899DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899DBC is #766243. Grayscale: #9A9A9A. Windows color (decimal): -7758404 or 12361097. OLE color: 12361097.

HSL color Cylindrical-coordinate representation of color #899DBC: hue angle of 216.47º 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 #899DBC is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 157 188 -
CMYK 0.27 0.16 0 0.26
HSL 216.47º 0.28% 0.64% -
HSV(B) 216.47º 0.27% 0.74% -
XYZ 31.45 33.06 52.3 -
YUV 154.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 137 157 188 0.27 0.16 0 0.26 216.47 0.28 0.64
Hex 89 9D BC 1B 10 0 1A D8 1C 40
Octal 211 235 274 33 20 0 32 330 34 100
Binary 10001001 10011101 10111100 11011 10000 0 11010 11011000 11100 1000000

Color Harmonies of #899DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899DBC

Black with #899DBC

Text Example


Text Example

White with #899DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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