Html Css Color HEX #9394EA Portage

📋 copy color: '#9394EA'

red 147 ◦ green 148 ◦ blue 234

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

Shades of Portage #9394EA

Tints of Portage #9394EA

RGB

 RED value IS 147 (57.81% from 255) = 27.79%

 GREEN value IS 148 (58.2% from 255) = 27.98%

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 27.79%
G = 27.98%
B = 44.23%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9394EA (or 0x9394EA) is known color: Portage. HEX triplet: 93, 94 and EA. RGB value is (147,148,234). Sum of RGB (Red+Green+Blue) = 147+148+234=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #9394EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9394EA is #6C6B15. Grayscale: #9D9D9D. Windows color (decimal): -7105302 or 15373459. OLE color: 15373459.

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

Color convert

RGB 147 148 234 -
CMYK 0.37 0.37 0 0.08
HSL 239.31º 0.67% 0.75% -
HSV(B) 239.31º 0.37% 0.92% -
XYZ 37.47 33.32 82.3 -
YUV 157.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 147 148 234 0.37 0.37 0 0.08 239.31 0.67 0.75
Hex 93 94 EA 25 25 0 8 EF 43 4B
Octal 223 224 352 45 45 0 10 357 103 113
Binary 10010011 10010100 11101010 100101 100101 0 1000 11101111 1000011 1001011

Color Harmonies of #9394EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9394EA

Black with #9394EA

Text Example


Text Example

White with #9394EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9394EA; }

 p { color: rgb(147,148,234); }

 H1.HeaderClassName
 {
   color: #9394EA;
 }
 .AnyTagClassName
 {
   color: #9394EA;
 }
</style>

background-color css

<style>
 a { background-color: #9394EA; }

 a { background-color: rgb(147,148,234); }

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

border-color css

<style>
 span { border-color: #9394EA; }

 span { border-color: rgb(147,148,234); }

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