Html Css Color HEX #9099EA Portage

📋 copy color: '#9099EA'

red 144 ◦ green 153 ◦ blue 234

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

Shades of Portage #9099EA

Tints of Portage #9099EA

RGB

 RED value IS 144 (56.64% from 255) = 27.12%

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

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

R = 27.12%
G = 28.81%
B = 44.07%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9099EA (or 0x9099EA) is known color: Portage. HEX triplet: 90, 99 and EA. RGB value is (144,153,234). Sum of RGB (Red+Green+Blue) = 144+153+234=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #9099EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9099EA is #6F6615. Grayscale: #9F9F9F. Windows color (decimal): -7300630 or 15374736. OLE color: 15374736.

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

Color convert

RGB 144 153 234 -
CMYK 0.38 0.35 0 0.08
HSL 234º 0.68% 0.74% -
HSV(B) 234º 0.38% 0.92% -
XYZ 37.74 34.65 82.54 -
YUV 159.54 170.02 116.91 -
System Red Green Blue C M Y K H S L
Decimal 144 153 234 0.38 0.35 0 0.08 234 0.68 0.74
Hex 90 99 EA 26 23 0 8 EA 44 4A
Octal 220 231 352 46 43 0 10 352 104 112
Binary 10010000 10011001 11101010 100110 100011 0 1000 11101010 1000100 1001010

Color Harmonies of #9099EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9099EA

Black with #9099EA

Text Example


Text Example

White with #9099EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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