Html Css Color HEX #9295EE Portage

📋 copy color: '#9295EE'

red 146 ◦ green 149 ◦ blue 238

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

Shades of Portage #9295EE

Tints of Portage #9295EE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.95%

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

R = 27.39%
G = 27.95%
B = 44.65%

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

#9295EE (or 0x9295EE) is known color: Portage. HEX triplet: 92, 95 and EE. RGB value is (146,149,238). Sum of RGB (Red+Green+Blue) = 146+149+238=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #9295EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9295EE is #6D6A11. Grayscale: #9D9D9D. Windows color (decimal): -7170578 or 15635858. OLE color: 15635858.

HSL color Cylindrical-coordinate representation of color #9295EE: hue angle of 238.04º 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 #9295EE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 149 238 -
CMYK 0.39 0.37 0 0.07
HSL 238.04º 0.73% 0.75% -
HSV(B) 238.04º 0.39% 0.93% -
XYZ 38.03 33.78 85.4 -
YUV 158.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 146 149 238 0.39 0.37 0 0.07 238.04 0.73 0.75
Hex 92 95 EE 27 25 0 7 EE 49 4B
Octal 222 225 356 47 45 0 7 356 111 113
Binary 10010010 10010101 11101110 100111 100101 0 111 11101110 1001001 1001011

Color Harmonies of #9295EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9295EE

Black with #9295EE

Text Example


Text Example

White with #9295EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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