Html Css Color HEX #9295DE Portage

📋 copy color: '#9295DE'

red 146 ◦ green 149 ◦ blue 222

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

Shades of Portage #9295DE

Tints of Portage #9295DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 28.24%
G = 28.82%
B = 42.94%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9295DE (or 0x9295DE) is known color: Portage. HEX triplet: 92, 95 and DE. RGB value is (146,149,222). Sum of RGB (Red+Green+Blue) = 146+149+222=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #9295DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295DE is #6D6A21. Grayscale: #9C9C9C. Windows color (decimal): -7170594 or 14587282. OLE color: 14587282.

HSL color Cylindrical-coordinate representation of color #9295DE: hue angle of 237.63º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9295DE is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 146 149 222 -
CMYK 0.34 0.33 0 0.13
HSL 237.63º 0.54% 0.72% -
HSV(B) 237.63º 0.34% 0.87% -
XYZ 35.79 32.88 73.57 -
YUV 156.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 146 149 222 0.34 0.33 0 0.13 237.63 0.54 0.72
Hex 92 95 DE 22 21 0 D EE 36 48
Octal 222 225 336 42 41 0 15 356 66 110
Binary 10010010 10010101 11011110 100010 100001 0 1101 11101110 110110 1001000

Color Harmonies of #9295DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9295DE

Black with #9295DE

Text Example


Text Example

White with #9295DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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