Html Css Color HEX #9199D0 Portage

📋 copy color: '#9199D0'

red 145 ◦ green 153 ◦ blue 208

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

Shades of Portage #9199D0

Tints of Portage #9199D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.11%

R = 28.66%
G = 30.24%
B = 41.11%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9199D0 (or 0x9199D0) is known color: Portage. HEX triplet: 91, 99 and D0. RGB value is (145,153,208). Sum of RGB (Red+Green+Blue) = 145+153+208=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #9199D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199D0 is #6E662F. Grayscale: #9C9C9C. Windows color (decimal): -7235120 or 13670801. OLE color: 13670801.

HSL color Cylindrical-coordinate representation of color #9199D0: hue angle of 232.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9199D0 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 153 208 -
CMYK 0.30 0.26 0 0.18
HSL 232.38º 0.4% 0.69% -
HSV(B) 232.38º 0.3% 0.82% -
XYZ 34.45 33.36 64.3 -
YUV 156.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 145 153 208 0.30 0.26 0 0.18 232.38 0.4 0.69
Hex 91 99 D0 1E 1A 0 12 E8 28 45
Octal 221 231 320 36 32 0 22 350 50 105
Binary 10010001 10011001 11010000 11110 11010 0 10010 11101000 101000 1000101

Color Harmonies of #9199D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9199D0

Black with #9199D0

Text Example


Text Example

White with #9199D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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