Html Css Color HEX #9297EE Portage

📋 copy color: '#9297EE'

red 146 ◦ green 151 ◦ blue 238

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

Shades of Portage #9297EE

Tints of Portage #9297EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 27.29%
G = 28.22%
B = 44.49%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9297EE (or 0x9297EE) is known color: Portage. HEX triplet: 92, 97 and EE. RGB value is (146,151,238). Sum of RGB (Red+Green+Blue) = 146+151+238=535 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.29% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #9297EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9297EE is #6D6811. Grayscale: #9F9F9F. Windows color (decimal): -7170066 or 15636370. OLE color: 15636370.

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

Color convert

RGB 146 151 238 -
CMYK 0.39 0.37 0 0.07
HSL 236.74º 0.73% 0.75% -
HSV(B) 236.74º 0.39% 0.93% -
XYZ 38.35 34.42 85.51 -
YUV 159.42 172.34 118.43 -
System Red Green Blue C M Y K H S L
Decimal 146 151 238 0.39 0.37 0 0.07 236.74 0.73 0.75
Hex 92 97 EE 27 25 0 7 ED 49 4B
Octal 222 227 356 47 45 0 7 355 111 113
Binary 10010010 10010111 11101110 100111 100101 0 111 11101101 1001001 1001011

Color Harmonies of #9297EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9297EE

Black with #9297EE

Text Example


Text Example

White with #9297EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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