Html Css Color HEX #899CBF Rock Blue

📋 copy color: '#899CBF'

red 137 ◦ green 156 ◦ blue 191

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

Shades of Rock Blue #899CBF

Tints of Rock Blue #899CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.23%

 BLUE value IS 191 (75% from 255) = 39.46%

R = 28.31%
G = 32.23%
B = 39.46%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#899CBF (or 0x899CBF) is known color: Rock Blue. HEX triplet: 89, 9C and BF. RGB value is (137,156,191). Sum of RGB (Red+Green+Blue) = 137+156+191=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #899CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CBF is #766340. Grayscale: #9A9A9A. Windows color (decimal): -7758657 or 12557449. OLE color: 12557449.

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

Color convert

RGB 137 156 191 -
CMYK 0.28 0.18 0 0.25
HSL 218.89º 0.3% 0.64% -
HSV(B) 218.89º 0.28% 0.75% -
XYZ 31.61 32.86 53.97 -
YUV 154.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 137 156 191 0.28 0.18 0 0.25 218.89 0.3 0.64
Hex 89 9C BF 1C 12 0 19 DB 1E 40
Octal 211 234 277 34 22 0 31 333 36 100
Binary 10001001 10011100 10111111 11100 10010 0 11001 11011011 11110 1000000

Color Harmonies of #899CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CBF

Black with #899CBF

Text Example


Text Example

White with #899CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,156,191); }

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

background-color css

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

 a { background-color: rgb(137,156,191); }

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

border-color css

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

 span { border-color: rgb(137,156,191); }

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