Html Css Color HEX #9899EA Portage

📋 copy color: '#9899EA'

red 152 ◦ green 153 ◦ blue 234

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

Shades of Portage #9899EA

Tints of Portage #9899EA

RGB

 RED value IS 152 (59.77% from 255) = 28.2%

 GREEN value IS 153 (60.16% from 255) = 28.39%

 BLUE value IS 234 (91.8% from 255) = 43.41%

R = 28.2%
G = 28.39%
B = 43.41%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9899EA (or 0x9899EA) is known color: Portage. HEX triplet: 98, 99 and EA. RGB value is (152,153,234). Sum of RGB (Red+Green+Blue) = 152+153+234=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #9899EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9899EA is #676615. Grayscale: #A1A1A1. Windows color (decimal): -6776342 or 15374744. OLE color: 15374744.

HSL color Cylindrical-coordinate representation of color #9899EA: hue angle of 239.27º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9899EA is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 153 234 -
CMYK 0.35 0.35 0 0.08
HSL 239.27º 0.66% 0.76% -
HSV(B) 239.27º 0.35% 0.92% -
XYZ 39.19 35.4 82.61 -
YUV 161.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 152 153 234 0.35 0.35 0 0.08 239.27 0.66 0.76
Hex 98 99 EA 23 23 0 8 EF 42 4C
Octal 230 231 352 43 43 0 10 357 102 114
Binary 10011000 10011001 11101010 100011 100011 0 1000 11101111 1000010 1001100

Color Harmonies of #9899EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9899EA

Black with #9899EA

Text Example


Text Example

White with #9899EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9899EA; }

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

 H1.HeaderClassName
 {
   color: #9899EA;
 }
 .AnyTagClassName
 {
   color: #9899EA;
 }
</style>

background-color css

<style>
 a { background-color: #9899EA; }

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

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

border-color css

<style>
 span { border-color: #9899EA; }

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

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