Html Css Color HEX #9398F2 Portage

📋 copy color: '#9398F2'

red 147 ◦ green 152 ◦ blue 242

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

Shades of Portage #9398F2

Tints of Portage #9398F2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.1%

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

R = 27.17%
G = 28.1%
B = 44.73%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9398F2 (or 0x9398F2) is known color: Portage. HEX triplet: 93, 98 and F2. RGB value is (147,152,242). Sum of RGB (Red+Green+Blue) = 147+152+242=541 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.17% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #9398F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9398F2 is #6C670D. Grayscale: #A0A0A0. Windows color (decimal): -7104270 or 15898771. OLE color: 15898771.

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

Color convert

RGB 147 152 242 -
CMYK 0.39 0.37 0 0.05
HSL 236.84º 0.79% 0.76% -
HSV(B) 236.84º 0.39% 0.95% -
XYZ 39.29 35.07 88.7 -
YUV 160.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 147 152 242 0.39 0.37 0 0.05 236.84 0.79 0.76
Hex 93 98 F2 27 25 0 5 ED 4F 4C
Octal 223 230 362 47 45 0 5 355 117 114
Binary 10010011 10011000 11110010 100111 100101 0 101 11101101 1001111 1001100

Color Harmonies of #9398F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9398F2

Black with #9398F2

Text Example


Text Example

White with #9398F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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