Html Css Color HEX #9297DD Portage

📋 copy color: '#9297DD'

red 146 ◦ green 151 ◦ blue 221

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

Shades of Portage #9297DD

Tints of Portage #9297DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 28.19%
G = 29.15%
B = 42.66%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9297DD (or 0x9297DD) is known color: Portage. HEX triplet: 92, 97 and DD. RGB value is (146,151,221). Sum of RGB (Red+Green+Blue) = 146+151+221=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9297DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9297DD is #6D6822. Grayscale: #9D9D9D. Windows color (decimal): -7170083 or 14522258. OLE color: 14522258.

HSL color Cylindrical-coordinate representation of color #9297DD: hue angle of 236º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9297DD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 151 221 -
CMYK 0.34 0.32 0 0.13
HSL 236º 0.52% 0.72% -
HSV(B) 236º 0.34% 0.87% -
XYZ 35.97 33.46 72.97 -
YUV 157.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 146 151 221 0.34 0.32 0 0.13 236 0.52 0.72
Hex 92 97 DD 22 20 0 D EC 34 48
Octal 222 227 335 42 40 0 15 354 64 110
Binary 10010010 10010111 11011101 100010 100000 0 1101 11101100 110100 1001000

Color Harmonies of #9297DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9297DD

Black with #9297DD

Text Example


Text Example

White with #9297DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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