Html Css Color HEX #9998E6 Portage

📋 copy color: '#9998E6'

red 153 ◦ green 152 ◦ blue 230

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

Shades of Portage #9998E6

Tints of Portage #9998E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 28.6%
G = 28.41%
B = 42.99%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9998E6 (or 0x9998E6) is known color: Portage. HEX triplet: 99, 98 and E6. RGB value is (153,152,230). Sum of RGB (Red+Green+Blue) = 153+152+230=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #9998E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9998E6 is #666719. Grayscale: #A0A0A0. Windows color (decimal): -6711066 or 15112345. OLE color: 15112345.

HSL color Cylindrical-coordinate representation of color #9998E6: hue angle of 240.77º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9998E6 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 152 230 -
CMYK 0.33 0.34 0 0.10
HSL 240.77º 0.61% 0.75% -
HSV(B) 240.77º 0.34% 0.9% -
XYZ 38.65 34.94 79.57 -
YUV 161.19 166.83 122.16 -
System Red Green Blue C M Y K H S L
Decimal 153 152 230 0.33 0.34 0 0.10 240.77 0.61 0.75
Hex 99 98 E6 21 22 0 A F1 3D 4B
Octal 231 230 346 41 42 0 12 361 75 113
Binary 10011001 10011000 11100110 100001 100010 0 1010 11110001 111101 1001011

Color Harmonies of #9998E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9998E6

Black with #9998E6

Text Example


Text Example

White with #9998E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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