Html Css Color HEX #9396F3 Portage

📋 copy color: '#9396F3'

red 147 ◦ green 150 ◦ blue 243

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

Shades of Portage #9396F3

Tints of Portage #9396F3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.78%

 BLUE value IS 243 (95.31% from 255) = 45%

R = 27.22%
G = 27.78%
B = 45%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9396F3 (or 0x9396F3) is known color: Portage. HEX triplet: 93, 96 and F3. RGB value is (147,150,243). Sum of RGB (Red+Green+Blue) = 147+150+243=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #9396F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9396F3 is #6C690C. Grayscale: #9F9F9F. Windows color (decimal): -7104781 or 15963795. OLE color: 15963795.

HSL color Cylindrical-coordinate representation of color #9396F3: hue angle of 238.12º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9396F3 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 150 243 -
CMYK 0.40 0.38 0 0.05
HSL 238.13º 0.8% 0.76% -
HSV(B) 238.13º 0.4% 0.95% -
XYZ 39.12 34.49 89.39 -
YUV 159.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 147 150 243 0.40 0.38 0 0.05 238.13 0.8 0.76
Hex 93 96 F3 28 26 0 5 EE 50 4C
Octal 223 226 363 50 46 0 5 356 120 114
Binary 10010011 10010110 11110011 101000 100110 0 101 11101110 1010000 1001100

Color Harmonies of #9396F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9396F3

Black with #9396F3

Text Example


Text Example

White with #9396F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9396F3; }

 p { color: rgb(147,150,243); }

 H1.HeaderClassName
 {
   color: #9396F3;
 }
 .AnyTagClassName
 {
   color: #9396F3;
 }
</style>

background-color css

<style>
 a { background-color: #9396F3; }

 a { background-color: rgb(147,150,243); }

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

border-color css

<style>
 span { border-color: #9396F3; }

 span { border-color: rgb(147,150,243); }

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