Html Css Color HEX #9395FC Portage

📋 copy color: '#9395FC'

red 147 ◦ green 149 ◦ blue 252

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

Shades of Portage #9395FC

Tints of Portage #9395FC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.19%

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

R = 26.82%
G = 27.19%
B = 45.99%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9395FC (or 0x9395FC) is known color: Portage. HEX triplet: 93, 95 and FC. RGB value is (147,149,252). Sum of RGB (Red+Green+Blue) = 147+149+252=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #9395FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9395FC is #6C6A03. Grayscale: #9F9F9F. Windows color (decimal): -7105028 or 16553363. OLE color: 16553363.

HSL color Cylindrical-coordinate representation of color #9395FC: hue angle of 238.86º 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 #9395FC is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 149 252 -
CMYK 0.42 0.41 0 0.01
HSL 238.86º 0.95% 0.78% -
HSV(B) 238.86º 0.42% 0.99% -
XYZ 40.35 34.73 96.67 -
YUV 160.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 147 149 252 0.42 0.41 0 0.01 238.86 0.95 0.78
Hex 93 95 FC 2A 29 0 1 EF 5F 4E
Octal 223 225 374 52 51 0 1 357 137 116
Binary 10010011 10010101 11111100 101010 101001 0 1 11101111 1011111 1001110

Color Harmonies of #9395FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9395FC

Black with #9395FC

Text Example


Text Example

White with #9395FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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