Html Css Color HEX #9297D9 Portage

📋 copy color: '#9297D9'

red 146 ◦ green 151 ◦ blue 217

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

Shades of Portage #9297D9

Tints of Portage #9297D9

RGB

 RED value IS 146 (57.42% from 255) = 28.4%

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

 BLUE value IS 217 (85.16% from 255) = 42.22%

R = 28.4%
G = 29.38%
B = 42.22%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9297D9 (or 0x9297D9) is known color: Portage. HEX triplet: 92, 97 and D9. RGB value is (146,151,217). Sum of RGB (Red+Green+Blue) = 146+151+217=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #9297D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9297D9 is #6D6826. Grayscale: #9C9C9C. Windows color (decimal): -7170087 or 14260114. OLE color: 14260114.

HSL color Cylindrical-coordinate representation of color #9297D9: hue angle of 235.77º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9297D9 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 151 217 -
CMYK 0.33 0.30 0 0.15
HSL 235.77º 0.48% 0.71% -
HSV(B) 235.77º 0.33% 0.85% -
XYZ 35.45 33.25 70.2 -
YUV 157.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 146 151 217 0.33 0.30 0 0.15 235.77 0.48 0.71
Hex 92 97 D9 21 1E 0 F EC 30 47
Octal 222 227 331 41 36 0 17 354 60 107
Binary 10010010 10010111 11011001 100001 11110 0 1111 11101100 110000 1000111

Color Harmonies of #9297D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9297D9

Black with #9297D9

Text Example


Text Example

White with #9297D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9297D9; }

 p { color: rgb(146,151,217); }

 H1.HeaderClassName
 {
   color: #9297D9;
 }
 .AnyTagClassName
 {
   color: #9297D9;
 }
</style>

background-color css

<style>
 a { background-color: #9297D9; }

 a { background-color: rgb(146,151,217); }

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

border-color css

<style>
 span { border-color: #9297D9; }

 span { border-color: rgb(146,151,217); }

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