Html Css Color HEX #9399F3 Portage

📋 copy color: '#9399F3'

red 147 ◦ green 153 ◦ blue 243

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

Shades of Portage #9399F3

Tints of Portage #9399F3

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.18%

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

R = 27.07%
G = 28.18%
B = 44.75%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9399F3 (or 0x9399F3) is known color: Portage. HEX triplet: 93, 99 and F3. RGB value is (147,153,243). Sum of RGB (Red+Green+Blue) = 147+153+243=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #9399F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9399F3 is #6C660C. Grayscale: #A1A1A1. Windows color (decimal): -7104013 or 15964563. OLE color: 15964563.

HSL color Cylindrical-coordinate representation of color #9399F3: hue angle of 236.25º 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 #9399F3 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 153 243 -
CMYK 0.40 0.37 0 0.05
HSL 236.25º 0.8% 0.76% -
HSV(B) 236.25º 0.4% 0.95% -
XYZ 39.6 35.46 89.55 -
YUV 161.47 174.01 117.68 -
System Red Green Blue C M Y K H S L
Decimal 147 153 243 0.40 0.37 0 0.05 236.25 0.8 0.76
Hex 93 99 F3 28 25 0 5 EC 50 4C
Octal 223 231 363 50 45 0 5 354 120 114
Binary 10010011 10011001 11110011 101000 100101 0 101 11101100 1010000 1001100

Color Harmonies of #9399F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9399F3

Black with #9399F3

Text Example


Text Example

White with #9399F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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