Html Css Color HEX #9295EB Portage

📋 copy color: '#9295EB'

red 146 ◦ green 149 ◦ blue 235

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

Shades of Portage #9295EB

Tints of Portage #9295EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 27.55%
G = 28.11%
B = 44.34%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9295EB (or 0x9295EB) is known color: Portage. HEX triplet: 92, 95 and EB. RGB value is (146,149,235). Sum of RGB (Red+Green+Blue) = 146+149+235=530 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.55% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #9295EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9295EB is #6D6A14. Grayscale: #9D9D9D. Windows color (decimal): -7170581 or 15439250. OLE color: 15439250.

HSL color Cylindrical-coordinate representation of color #9295EB: hue angle of 237.98º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9295EB is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 149 235 -
CMYK 0.38 0.37 0 0.08
HSL 237.98º 0.69% 0.75% -
HSV(B) 237.98º 0.38% 0.92% -
XYZ 37.6 33.6 83.1 -
YUV 157.91 171.51 119.51 -
System Red Green Blue C M Y K H S L
Decimal 146 149 235 0.38 0.37 0 0.08 237.98 0.69 0.75
Hex 92 95 EB 26 25 0 8 EE 45 4B
Octal 222 225 353 46 45 0 10 356 105 113
Binary 10010010 10010101 11101011 100110 100101 0 1000 11101110 1000101 1001011

Color Harmonies of #9295EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9295EB

Black with #9295EB

Text Example


Text Example

White with #9295EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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