Html Css Color HEX #9998F3 Portage

📋 copy color: '#9998F3'

red 153 ◦ green 152 ◦ blue 243

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

Shades of Portage #9998F3

Tints of Portage #9998F3

RGB

 RED value IS 153 (60.16% from 255) = 27.92%

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

 BLUE value IS 243 (95.31% from 255) = 44.34%

R = 27.92%
G = 27.74%
B = 44.34%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9998F3 (or 0x9998F3) is known color: Portage. HEX triplet: 99, 98 and F3. RGB value is (153,152,243). Sum of RGB (Red+Green+Blue) = 153+152+243=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #9998F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9998F3 is #66670C. Grayscale: #A2A2A2. Windows color (decimal): -6711053 or 15964313. OLE color: 15964313.

HSL color Cylindrical-coordinate representation of color #9998F3: hue angle of 240.66º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9998F3 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 152 243 -
CMYK 0.37 0.37 0 0.05
HSL 240.66º 0.79% 0.77% -
HSV(B) 240.66º 0.37% 0.95% -
XYZ 40.54 35.7 89.55 -
YUV 162.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 153 152 243 0.37 0.37 0 0.05 240.66 0.79 0.77
Hex 99 98 F3 25 25 0 5 F1 4F 4D
Octal 231 230 363 45 45 0 5 361 117 115
Binary 10011001 10011000 11110011 100101 100101 0 101 11110001 1001111 1001101

Color Harmonies of #9998F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9998F3

Black with #9998F3

Text Example


Text Example

White with #9998F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9998F3; }

 p { color: rgb(153,152,243); }

 H1.HeaderClassName
 {
   color: #9998F3;
 }
 .AnyTagClassName
 {
   color: #9998F3;
 }
</style>

background-color css

<style>
 a { background-color: #9998F3; }

 a { background-color: rgb(153,152,243); }

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

border-color css

<style>
 span { border-color: #9998F3; }

 span { border-color: rgb(153,152,243); }

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