Html Css Color HEX #9199BA Rock Blue

📋 copy color: '#9199BA'

red 145 ◦ green 153 ◦ blue 186

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

Shades of Rock Blue #9199BA

Tints of Rock Blue #9199BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 29.96%
G = 31.61%
B = 38.43%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9199BA (or 0x9199BA) is known color: Rock Blue. HEX triplet: 91, 99 and BA. RGB value is (145,153,186). Sum of RGB (Red+Green+Blue) = 145+153+186=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #9199BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199BA is #6E6645. Grayscale: #9A9A9A. Windows color (decimal): -7235142 or 12229009. OLE color: 12229009.

HSL color Cylindrical-coordinate representation of color #9199BA: hue angle of 228.29º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9199BA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 153 186 -
CMYK 0.22 0.18 0 0.27
HSL 228.29º 0.23% 0.65% -
HSV(B) 228.29º 0.22% 0.73% -
XYZ 31.93 32.35 51.02 -
YUV 154.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 145 153 186 0.22 0.18 0 0.27 228.29 0.23 0.65
Hex 91 99 BA 16 12 0 1B E4 17 41
Octal 221 231 272 26 22 0 33 344 27 101
Binary 10010001 10011001 10111010 10110 10010 0 11011 11100100 10111 1000001

Color Harmonies of #9199BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9199BA

Black with #9199BA

Text Example


Text Example

White with #9199BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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