Html Css Color HEX #9396FC Portage

📋 copy color: '#9396FC'

red 147 ◦ green 150 ◦ blue 252

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

Shades of Portage #9396FC

Tints of Portage #9396FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 26.78%
G = 27.32%
B = 45.9%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9396FC (or 0x9396FC) is known color: Portage. HEX triplet: 93, 96 and FC. RGB value is (147,150,252). Sum of RGB (Red+Green+Blue) = 147+150+252=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #9396FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9396FC is #6C6903. Grayscale: #A0A0A0. Windows color (decimal): -7104772 or 16553619. OLE color: 16553619.

HSL color Cylindrical-coordinate representation of color #9396FC: hue angle of 238.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9396FC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 150 252 -
CMYK 0.42 0.40 0 0.01
HSL 238.29º 0.95% 0.78% -
HSV(B) 238.29º 0.42% 0.99% -
XYZ 40.51 35.04 96.72 -
YUV 160.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 147 150 252 0.42 0.40 0 0.01 238.29 0.95 0.78
Hex 93 96 FC 2A 28 0 1 EE 5F 4E
Octal 223 226 374 52 50 0 1 356 137 116
Binary 10010011 10010110 11111100 101010 101000 0 1 11101110 1011111 1001110

Color Harmonies of #9396FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9396FC

Black with #9396FC

Text Example


Text Example

White with #9396FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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