Html Css Color HEX #9393F2 Portage

📋 copy color: '#9393F2'

red 147 ◦ green 147 ◦ blue 242

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

Shades of Portage #9393F2

Tints of Portage #9393F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.15%

R = 27.43%
G = 27.43%
B = 45.15%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9393F2 (or 0x9393F2) is known color: Portage. HEX triplet: 93, 93 and F2. RGB value is (147,147,242). Sum of RGB (Red+Green+Blue) = 147+147+242=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #9393F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9393F2 is #6C6C0D. Grayscale: #9D9D9D. Windows color (decimal): -7105550 or 15897491. OLE color: 15897491.

HSL color Cylindrical-coordinate representation of color #9393F2: hue angle of 240º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9393F2 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 147 242 -
CMYK 0.39 0.39 0 0.05
HSL 240º 0.79% 0.76% -
HSV(B) 240º 0.39% 0.95% -
XYZ 38.49 33.48 88.44 -
YUV 157.83 175.5 120.28 -
System Red Green Blue C M Y K H S L
Decimal 147 147 242 0.39 0.39 0 0.05 240 0.79 0.76
Hex 93 93 F2 27 27 0 5 F0 4F 4C
Octal 223 223 362 47 47 0 5 360 117 114
Binary 10010011 10010011 11110010 100111 100111 0 101 11110000 1001111 1001100

Color Harmonies of #9393F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9393F2

Black with #9393F2

Text Example


Text Example

White with #9393F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9393F2; }

 p { color: rgb(147,147,242); }

 H1.HeaderClassName
 {
   color: #9393F2;
 }
 .AnyTagClassName
 {
   color: #9393F2;
 }
</style>

background-color css

<style>
 a { background-color: #9393F2; }

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

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

border-color css

<style>
 span { border-color: #9393F2; }

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

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