#8A99C1

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

Shades of Rock Blue #8A99C1

Tints of Rock Blue #8A99C1

Color information

#8A99C1 (or 0x8A99C1) is unknown color: approx Rock Blue. HEX triplet: 8A, 99 and C1. RGB value is (138,153,193). Sum of RGB (Red+Green+Blue) = 138+153+193=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A99C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A99C1 is #75663E. Grayscale: #989898. Windows color (decimal): -7693887 or 12687754. OLE color: 12687754.

HSL color Cylindrical-coordinate representation of color #8A99C1: hue angle of 223.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A99C1 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB138153193-
CMYK0.280.2100.24
HSL223.64º30.73%64.9%-
HSV(B)223.64º28.5%75.69%-
XYZ31.532.0454.98-
YUV153.07150.53117.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.51%
GREEN value IS 153 (60.16% from 255) = 31.61%
BLUE value IS 193 (75.78% from 255) = 39.88%
R=28.51%
G=31.61%
B=39.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381531930.280.2100.24223.6430.7364.9
Hex8A99C11C15018e01f41
Octal212231301342503034037101
Binary100010101001100111000001111001010101100011100000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A99C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A99C1; }

 p { color: rgb(138,153,193); }

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

<style>
 a { background-color: #8A99C1; }

 a { background-color: rgb(138,153,193); }

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

<style>
 span { border-color: #8A99C1; }

 span { border-color: rgb(138,153,193); }

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