Html Css Color HEX #9199AA Rock Blue

📋 copy color: '#9199AA'

red 145 ◦ green 153 ◦ blue 170

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

Shades of Rock Blue #9199AA

Tints of Rock Blue #9199AA

RGB

 RED value IS 145 (57.03% from 255) = 30.98%

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

 BLUE value IS 170 (66.8% from 255) = 36.32%

R = 30.98%
G = 32.69%
B = 36.32%

CMYK

 C value IS 0.15

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9199AA (or 0x9199AA) is known color: Rock Blue. HEX triplet: 91, 99 and AA. RGB value is (145,153,170). Sum of RGB (Red+Green+Blue) = 145+153+170=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #9199AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9199AA is #6E6655. Grayscale: #989898. Windows color (decimal): -7235158 or 11180433. OLE color: 11180433.

HSL color Cylindrical-coordinate representation of color #9199AA: hue angle of 220.8º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9199AA is Cyan = 0.15, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 153 170 -
CMYK 0.15 0.1 0 0.33
HSL 220.8º 0.13% 0.62% -
HSV(B) 220.8º 0.15% 0.67% -
XYZ 30.32 31.7 42.55 -
YUV 152.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 145 153 170 0.15 0.1 0 0.33 220.8 0.13 0.62
Hex 91 99 AA F A 0 21 DD D 3E
Octal 221 231 252 17 12 0 41 335 15 76
Binary 10010001 10011001 10101010 1111 1010 0 100001 11011101 1101 111110

Color Harmonies of #9199AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9199AA

Black with #9199AA

Text Example


Text Example

White with #9199AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9199AA; }

 p { color: rgb(145,153,170); }

 H1.HeaderClassName
 {
   color: #9199AA;
 }
 .AnyTagClassName
 {
   color: #9199AA;
 }
</style>

background-color css

<style>
 a { background-color: #9199AA; }

 a { background-color: rgb(145,153,170); }

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

border-color css

<style>
 span { border-color: #9199AA; }

 span { border-color: rgb(145,153,170); }

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