#889AC1

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

Shades of Rock Blue #889AC1

Tints of Rock Blue #889AC1

Color information

#889AC1 (or 0x889AC1) is unknown color: approx Rock Blue. HEX triplet: 88, 9A and C1. RGB value is (136,154,193). Sum of RGB (Red+Green+Blue) = 136+154+193=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #889AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AC1 is #77653E. Grayscale: #989898. Windows color (decimal): -7824703 or 12688008. OLE color: 12688008.

HSL color Cylindrical-coordinate representation of color #889AC1: hue angle of 221.05º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889AC1 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136154193-
CMYK0.300.2000.24
HSL221.05º31.49%64.51%-
HSV(B)221.05º29.53%75.69%-
XYZ31.3332.255.01-
YUV153.06150.54115.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.16%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=28.16%
G=31.88%
B=39.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361541930.300.2000.24221.0531.4964.51
Hex889AC11E14018dd1f41
Octal210232301362403033537101
Binary100010001001101011000001111101010001100011011101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889AC1; }

 p { color: rgb(136,154,193); }

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

<style>
 a { background-color: #889AC1; }

 a { background-color: rgb(136,154,193); }

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

<style>
 span { border-color: #889AC1; }

 span { border-color: rgb(136,154,193); }

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