Html Css Color HEX #9397EF Portage

📋 copy color: '#9397EF'

red 147 ◦ green 151 ◦ blue 239

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

Shades of Portage #9397EF

Tints of Portage #9397EF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.12%

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

R = 27.37%
G = 28.12%
B = 44.51%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9397EF (or 0x9397EF) is known color: Portage. HEX triplet: 93, 97 and EF. RGB value is (147,151,239). Sum of RGB (Red+Green+Blue) = 147+151+239=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #9397EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9397EF is #6C6810. Grayscale: #9F9F9F. Windows color (decimal): -7104529 or 15701907. OLE color: 15701907.

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

Color convert

RGB 147 151 239 -
CMYK 0.38 0.37 0 0.06
HSL 237.39º 0.74% 0.76% -
HSV(B) 237.39º 0.38% 0.94% -
XYZ 38.68 34.57 86.3 -
YUV 159.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 147 151 239 0.38 0.37 0 0.06 237.39 0.74 0.76
Hex 93 97 EF 26 25 0 6 ED 4A 4C
Octal 223 227 357 46 45 0 6 355 112 114
Binary 10010011 10010111 11101111 100110 100101 0 110 11101101 1001010 1001100

Color Harmonies of #9397EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9397EF

Black with #9397EF

Text Example


Text Example

White with #9397EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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