#899EC1

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

Shades of Rock Blue #899EC1

Tints of Rock Blue #899EC1

Color information

#899EC1 (or 0x899EC1) is unknown color: approx Rock Blue. HEX triplet: 89, 9E and C1. RGB value is (137,158,193). Sum of RGB (Red+Green+Blue) = 137+158+193=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #899EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899EC1 is #76613E. Grayscale: #9B9B9B. Windows color (decimal): -7758143 or 12689033. OLE color: 12689033.

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

Color convert

RGB137158193-
CMYK0.290.1800.24
HSL217.5º31.11%64.71%-
HSV(B)217.5º29.02%75.69%-
XYZ32.1733.6255.25-
YUV155.71149.04114.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.07%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 193 (75.78% from 255) = 39.55%
R=28.07%
G=32.38%
B=39.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371581930.290.1800.24217.531.1164.71
Hex899EC11D12018da1f41
Octal211236301352203033237101
Binary100010011001111011000001111011001001100011011010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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