Html Css Color HEX #9396F8 Portage

📋 copy color: '#9396F8'

red 147 ◦ green 150 ◦ blue 248

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

Shades of Portage #9396F8

Tints of Portage #9396F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.5%

R = 26.97%
G = 27.52%
B = 45.5%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9396F8 (or 0x9396F8) is known color: Portage. HEX triplet: 93, 96 and F8. RGB value is (147,150,248). Sum of RGB (Red+Green+Blue) = 147+150+248=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #9396F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9396F8 is #6C6907. Grayscale: #9F9F9F. Windows color (decimal): -7104776 or 16291475. OLE color: 16291475.

HSL color Cylindrical-coordinate representation of color #9396F8: hue angle of 238.22º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9396F8 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 150 248 -
CMYK 0.41 0.40 0 0.03
HSL 238.22º 0.88% 0.77% -
HSV(B) 238.22º 0.41% 0.97% -
XYZ 39.88 34.79 93.42 -
YUV 160.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 147 150 248 0.41 0.40 0 0.03 238.22 0.88 0.77
Hex 93 96 F8 29 28 0 3 EE 58 4D
Octal 223 226 370 51 50 0 3 356 130 115
Binary 10010011 10010110 11111000 101001 101000 0 11 11101110 1011000 1001101

Color Harmonies of #9396F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9396F8

Black with #9396F8

Text Example


Text Example

White with #9396F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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