Html Css Color HEX #9990EF Portage

📋 copy color: '#9990EF'

red 153 ◦ green 144 ◦ blue 239

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

Shades of Portage #9990EF

Tints of Portage #9990EF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.87%

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 28.54%
G = 26.87%
B = 44.59%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9990EF (or 0x9990EF) is known color: Portage. HEX triplet: 99, 90 and EF. RGB value is (153,144,239). Sum of RGB (Red+Green+Blue) = 153+144+239=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #9990EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9990EF is #666F10. Grayscale: #9D9D9D. Windows color (decimal): -6713105 or 15700121. OLE color: 15700121.

HSL color Cylindrical-coordinate representation of color #9990EF: hue angle of 245.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9990EF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 144 239 -
CMYK 0.36 0.40 0 0.06
HSL 245.68º 0.75% 0.75% -
HSV(B) 245.68º 0.4% 0.94% -
XYZ 38.69 32.95 85.98 -
YUV 157.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 153 144 239 0.36 0.40 0 0.06 245.68 0.75 0.75
Hex 99 90 EF 24 28 0 6 F6 4B 4B
Octal 231 220 357 44 50 0 6 366 113 113
Binary 10011001 10010000 11101111 100100 101000 0 110 11110110 1001011 1001011

Color Harmonies of #9990EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9990EF

Black with #9990EF

Text Example


Text Example

White with #9990EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9990EF; }

 p { color: rgb(153,144,239); }

 H1.HeaderClassName
 {
   color: #9990EF;
 }
 .AnyTagClassName
 {
   color: #9990EF;
 }
</style>

background-color css

<style>
 a { background-color: #9990EF; }

 a { background-color: rgb(153,144,239); }

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

border-color css

<style>
 span { border-color: #9990EF; }

 span { border-color: rgb(153,144,239); }

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