Html Css Color HEX #9297ED Portage

📋 copy color: '#9297ED'

red 146 ◦ green 151 ◦ blue 237

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

Shades of Portage #9297ED

Tints of Portage #9297ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 27.34%
G = 28.28%
B = 44.38%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9297ED (or 0x9297ED) is known color: Portage. HEX triplet: 92, 97 and ED. RGB value is (146,151,237). Sum of RGB (Red+Green+Blue) = 146+151+237=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #9297ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9297ED is #6D6812. Grayscale: #9E9E9E. Windows color (decimal): -7170067 or 15570834. OLE color: 15570834.

HSL color Cylindrical-coordinate representation of color #9297ED: hue angle of 236.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9297ED is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 151 237 -
CMYK 0.38 0.36 0 0.07
HSL 236.7º 0.72% 0.75% -
HSV(B) 236.7º 0.38% 0.93% -
XYZ 38.21 34.36 84.74 -
YUV 159.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 146 151 237 0.38 0.36 0 0.07 236.7 0.72 0.75
Hex 92 97 ED 26 24 0 7 ED 48 4B
Octal 222 227 355 46 44 0 7 355 110 113
Binary 10010010 10010111 11101101 100110 100100 0 111 11101101 1001000 1001011

Color Harmonies of #9297ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9297ED

Black with #9297ED

Text Example


Text Example

White with #9297ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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