Html Css Color HEX #9293EF Portage

📋 copy color: '#9293EF'

red 146 ◦ green 147 ◦ blue 239

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

Shades of Portage #9293EF

Tints of Portage #9293EF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.63%

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 27.44%
G = 27.63%
B = 44.92%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9293EF (or 0x9293EF) is known color: Portage. HEX triplet: 92, 93 and EF. RGB value is (146,147,239). Sum of RGB (Red+Green+Blue) = 146+147+239=532 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.44% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #9293EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9293EF is #6D6C10. Grayscale: #9C9C9C. Windows color (decimal): -7171089 or 15700882. OLE color: 15700882.

HSL color Cylindrical-coordinate representation of color #9293EF: hue angle of 239.35º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9293EF is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 147 239 -
CMYK 0.39 0.38 0 0.06
HSL 239.35º 0.74% 0.75% -
HSV(B) 239.35º 0.39% 0.94% -
XYZ 37.87 33.21 86.08 -
YUV 157.19 174.17 120.02 -
System Red Green Blue C M Y K H S L
Decimal 146 147 239 0.39 0.38 0 0.06 239.35 0.74 0.75
Hex 92 93 EF 27 26 0 6 EF 4A 4B
Octal 222 223 357 47 46 0 6 357 112 113
Binary 10010010 10010011 11101111 100111 100110 0 110 11101111 1001010 1001011

Color Harmonies of #9293EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9293EF

Black with #9293EF

Text Example


Text Example

White with #9293EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9293EF; }

 p { color: rgb(146,147,239); }

 H1.HeaderClassName
 {
   color: #9293EF;
 }
 .AnyTagClassName
 {
   color: #9293EF;
 }
</style>

background-color css

<style>
 a { background-color: #9293EF; }

 a { background-color: rgb(146,147,239); }

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

border-color css

<style>
 span { border-color: #9293EF; }

 span { border-color: rgb(146,147,239); }

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