Html Css Color HEX #9396F2 Portage

📋 copy color: '#9396F2'

red 147 ◦ green 150 ◦ blue 242

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

Shades of Portage #9396F2

Tints of Portage #9396F2

RGB

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

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

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

R = 27.27%
G = 27.83%
B = 44.9%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9396F2 (or 0x9396F2) is known color: Portage. HEX triplet: 93, 96 and F2. RGB value is (147,150,242). Sum of RGB (Red+Green+Blue) = 147+150+242=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #9396F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9396F2 is #6C690D. Grayscale: #9F9F9F. Windows color (decimal): -7104782 or 15898259. OLE color: 15898259.

HSL color Cylindrical-coordinate representation of color #9396F2: hue angle of 238.11º 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 #9396F2 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 150 242 -
CMYK 0.39 0.38 0 0.05
HSL 238.11º 0.79% 0.76% -
HSV(B) 238.11º 0.39% 0.95% -
XYZ 38.97 34.43 88.6 -
YUV 159.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 147 150 242 0.39 0.38 0 0.05 238.11 0.79 0.76
Hex 93 96 F2 27 26 0 5 EE 4F 4C
Octal 223 226 362 47 46 0 5 356 117 114
Binary 10010011 10010110 11110010 100111 100110 0 101 11101110 1001111 1001100

Color Harmonies of #9396F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9396F2

Black with #9396F2

Text Example


Text Example

White with #9396F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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