Html Css Color HEX #9497DB Portage

📋 copy color: '#9497DB'

red 148 ◦ green 151 ◦ blue 219

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

Shades of Portage #9497DB

Tints of Portage #9497DB

RGB

 RED value IS 148 (58.2% from 255) = 28.57%

 GREEN value IS 151 (59.38% from 255) = 29.15%

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

R = 28.57%
G = 29.15%
B = 42.28%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9497DB (or 0x9497DB) is known color: Portage. HEX triplet: 94, 97 and DB. RGB value is (148,151,219). Sum of RGB (Red+Green+Blue) = 148+151+219=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #9497DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9497DB is #6B6824. Grayscale: #9D9D9D. Windows color (decimal): -7039013 or 14391188. OLE color: 14391188.

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

Color convert

RGB 148 151 219 -
CMYK 0.32 0.31 0 0.14
HSL 237.46º 0.5% 0.72% -
HSV(B) 237.46º 0.32% 0.86% -
XYZ 36.07 33.54 71.59 -
YUV 157.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 148 151 219 0.32 0.31 0 0.14 237.46 0.5 0.72
Hex 94 97 DB 20 1F 0 E ED 32 48
Octal 224 227 333 40 37 0 16 355 62 110
Binary 10010100 10010111 11011011 100000 11111 0 1110 11101101 110010 1001000

Color Harmonies of #9497DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9497DB

Black with #9497DB

Text Example


Text Example

White with #9497DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,151,219); }

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

background-color css

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

 a { background-color: rgb(148,151,219); }

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

border-color css

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

 span { border-color: rgb(148,151,219); }

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