#899BB3

Color #899BB3 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #899BB3

Tints of Rock Blue #899BB3

Color information

#899BB3 (or 0x899BB3) is unknown color: approx Rock Blue. HEX triplet: 89, 9B and B3. RGB value is (137,155,179). Sum of RGB (Red+Green+Blue) = 137+155+179=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #899BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BB3 is #76644C. Grayscale: #989898. Windows color (decimal): -7758925 or 11770761. OLE color: 11770761.

HSL color Cylindrical-coordinate representation of color #899BB3: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #899BB3 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB137155179-
CMYK0.230.1300.30
HSL214.29º21.65%61.96%-
HSV(B)214.29º23.46%70.2%-
XYZ30.1732.0247.24-
YUV152.35143.04117.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.09%
GREEN value IS 155 (60.94% from 255) = 32.91%
BLUE value IS 179 (70.31% from 255) = 38.00%
R=29.09%
G=32.91%
B=38.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1371551790.230.1300.30214.2921.6561.96
Hex899BB317D01Ed6163e
Octal21123326327150363262676
Binary1000100110011011101100111011111010111101101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #899BB3;
 }
 .AnyTagClassName
 {
   color: #899BB3;
 }
</style>
background-color css

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

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

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

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

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

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