Html Css Color HEX #9195DB Portage

📋 copy color: '#9195DB'

red 145 ◦ green 149 ◦ blue 219

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

Shades of Portage #9195DB

Tints of Portage #9195DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.04%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 28.27%
G = 29.04%
B = 42.69%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9195DB (or 0x9195DB) is known color: Portage. HEX triplet: 91, 95 and DB. RGB value is (145,149,219). Sum of RGB (Red+Green+Blue) = 145+149+219=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #9195DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195DB is #6E6A24. Grayscale: #9B9B9B. Windows color (decimal): -7236133 or 14390673. OLE color: 14390673.

HSL color Cylindrical-coordinate representation of color #9195DB: hue angle of 236.76º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9195DB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 149 219 -
CMYK 0.34 0.32 0 0.14
HSL 236.76º 0.51% 0.71% -
HSV(B) 236.76º 0.34% 0.86% -
XYZ 35.21 32.63 71.46 -
YUV 155.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 145 149 219 0.34 0.32 0 0.14 236.76 0.51 0.71
Hex 91 95 DB 22 20 0 E ED 33 47
Octal 221 225 333 42 40 0 16 355 63 107
Binary 10010001 10010101 11011011 100010 100000 0 1110 11101101 110011 1000111

Color Harmonies of #9195DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9195DB

Black with #9195DB

Text Example


Text Example

White with #9195DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9195DB; }

 p { color: rgb(145,149,219); }

 H1.HeaderClassName
 {
   color: #9195DB;
 }
 .AnyTagClassName
 {
   color: #9195DB;
 }
</style>

background-color css

<style>
 a { background-color: #9195DB; }

 a { background-color: rgb(145,149,219); }

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

border-color css

<style>
 span { border-color: #9195DB; }

 span { border-color: rgb(145,149,219); }

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