#889CC1

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

Shades of Rock Blue #889CC1

Tints of Rock Blue #889CC1

Color information

#889CC1 (or 0x889CC1) is unknown color: approx Rock Blue. HEX triplet: 88, 9C and C1. RGB value is (136,156,193). Sum of RGB (Red+Green+Blue) = 136+156+193=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #889CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889CC1 is #77633E. Grayscale: #9A9A9A. Windows color (decimal): -7824191 or 12688520. OLE color: 12688520.

HSL color Cylindrical-coordinate representation of color #889CC1: hue angle of 218.95º 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 #889CC1 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136156193-
CMYK0.300.1900.24
HSL218.95º31.49%64.51%-
HSV(B)218.95º29.53%75.69%-
XYZ31.6732.8655.13-
YUV154.24149.87114.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.04%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=28.04%
G=32.16%
B=39.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361561930.300.1900.24218.9531.4964.51
Hex889CC11E13018db1f41
Octal210234301362303033337101
Binary100010001001110011000001111101001101100011011011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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