Html Css Color HEX #9497DA Portage

📋 copy color: '#9497DA'

red 148 ◦ green 151 ◦ blue 218

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

Shades of Portage #9497DA

Tints of Portage #9497DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 28.63%
G = 29.21%
B = 42.17%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9497DA (or 0x9497DA) is known color: Portage. HEX triplet: 94, 97 and DA. RGB value is (148,151,218). Sum of RGB (Red+Green+Blue) = 148+151+218=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #9497DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9497DA is #6B6825. Grayscale: #9D9D9D. Windows color (decimal): -7039014 or 14325652. OLE color: 14325652.

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

Color convert

RGB 148 151 218 -
CMYK 0.32 0.31 0 0.15
HSL 237.43º 0.49% 0.72% -
HSV(B) 237.43º 0.32% 0.85% -
XYZ 35.93 33.49 70.9 -
YUV 157.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 148 151 218 0.32 0.31 0 0.15 237.43 0.49 0.72
Hex 94 97 DA 20 1F 0 F ED 31 48
Octal 224 227 332 40 37 0 17 355 61 110
Binary 10010100 10010111 11011010 100000 11111 0 1111 11101101 110001 1001000

Color Harmonies of #9497DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9497DA

Black with #9497DA

Text Example


Text Example

White with #9497DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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