Html Css Color HEX #9199BC Rock Blue

📋 copy color: '#9199BC'

red 145 ◦ green 153 ◦ blue 188

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

Shades of Rock Blue #9199BC

Tints of Rock Blue #9199BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.68%

R = 29.84%
G = 31.48%
B = 38.68%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9199BC (or 0x9199BC) is known color: Rock Blue. HEX triplet: 91, 99 and BC. RGB value is (145,153,188). Sum of RGB (Red+Green+Blue) = 145+153+188=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #9199BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199BC is #6E6643. Grayscale: #9A9A9A. Windows color (decimal): -7235140 or 12360081. OLE color: 12360081.

HSL color Cylindrical-coordinate representation of color #9199BC: hue angle of 228.84º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9199BC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 153 188 -
CMYK 0.23 0.19 0 0.26
HSL 228.84º 0.24% 0.65% -
HSV(B) 228.84º 0.23% 0.74% -
XYZ 32.15 32.43 52.14 -
YUV 154.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 145 153 188 0.23 0.19 0 0.26 228.84 0.24 0.65
Hex 91 99 BC 17 13 0 1A E5 18 41
Octal 221 231 274 27 23 0 32 345 30 101
Binary 10010001 10011001 10111100 10111 10011 0 11010 11100101 11000 1000001

Color Harmonies of #9199BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9199BC

Black with #9199BC

Text Example


Text Example

White with #9199BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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