#9099C1

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

Shades of Rock Blue #9099C1

Tints of Rock Blue #9099C1

Color information

#9099C1 (or 0x9099C1) is unknown color: approx Rock Blue. HEX triplet: 90, 99 and C1. RGB value is (144,153,193). Sum of RGB (Red+Green+Blue) = 144+153+193=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #9099C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099C1 is #6F663E. Grayscale: #9A9A9A. Windows color (decimal): -7300671 or 12687760. OLE color: 12687760.

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

Color convert

RGB144153193-
CMYK0.250.2100.24
HSL228.98º28.32%66.08%-
HSV(B)228.98º25.39%75.69%-
XYZ32.5232.5655.02-
YUV154.87149.52120.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.39%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=29.39%
G=31.22%
B=39.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441531930.250.2100.24228.9828.3266.08
Hex9099C11915018e51c42
Octal220231301312503034534102
Binary100100001001100111000001110011010101100011100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9099C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9099C1; }

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

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

<style>
 a { background-color: #9099C1; }

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

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

<style>
 span { border-color: #9099C1; }

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

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