Html Css Color HEX #9099AC Rock Blue

📋 copy color: '#9099AC'

red 144 ◦ green 153 ◦ blue 172

#9099AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #9099AC

Tints of Rock Blue #9099AC

RGB

 RED value IS 144 (56.64% from 255) = 30.7%

 GREEN value IS 153 (60.16% from 255) = 32.62%

 BLUE value IS 172 (67.58% from 255) = 36.67%

R = 30.7%
G = 32.62%
B = 36.67%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9099AC (or 0x9099AC) is known color: Rock Blue. HEX triplet: 90, 99 and AC. RGB value is (144,153,172). Sum of RGB (Red+Green+Blue) = 144+153+172=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #9099AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9099AC is #6F6653. Grayscale: #989898. Windows color (decimal): -7300692 or 11311504. OLE color: 11311504.

HSL color Cylindrical-coordinate representation of color #9099AC: hue angle of 220.71º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9099AC is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 153 172 -
CMYK 0.16 0.11 0 0.33
HSL 220.71º 0.14% 0.62% -
HSV(B) 220.71º 0.16% 0.67% -
XYZ 30.34 31.69 43.55 -
YUV 152.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 144 153 172 0.16 0.11 0 0.33 220.71 0.14 0.62
Hex 90 99 AC 10 B 0 21 DD E 3E
Octal 220 231 254 20 13 0 41 335 16 76
Binary 10010000 10011001 10101100 10000 1011 0 100001 11011101 1110 111110

Color Harmonies of #9099AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9099AC

Black with #9099AC

Text Example


Text Example

White with #9099AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9099AC;
 }
 .AnyTagClassName
 {
   color: #9099AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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