#9295ED

Color #9295ED Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9295ED

Tints of Portage #9295ED

Color information

#9295ED (or 0x9295ED) is unknown color: approx Portage. HEX triplet: 92, 95 and ED. RGB value is (146,149,237). Sum of RGB (Red+Green+Blue) = 146+149+237=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #9295ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9295ED is #6D6A12. Grayscale: #9D9D9D. Windows color (decimal): -7170579 or 15570322. OLE color: 15570322.

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

Color convert

RGB146149237-
CMYK0.380.3700.07
HSL238.02º71.65%75.1%-
HSV(B)238.02º38.4%92.94%-
XYZ37.8933.7284.63-
YUV158.14172.51119.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.44%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 237 (92.97% from 255) = 44.55%
R=27.44%
G=28.01%
B=44.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461492370.380.3700.07238.0271.6575.1
Hex9295ED262507ee484b
Octal222225355464507356110113
Binary10010010100101011110110110011010010101111110111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9295ED;
 }
 .AnyTagClassName
 {
   color: #9295ED;
 }
</style>
background-color css

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

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

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

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

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

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