Html Css Color HEX #9090EC Portage

📋 copy color: '#9090EC'

red 144 ◦ green 144 ◦ blue 236

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

Shades of Portage #9090EC

Tints of Portage #9090EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 27.48%
G = 27.48%
B = 45.04%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9090EC (or 0x9090EC) is known color: Portage. HEX triplet: 90, 90 and EC. RGB value is (144,144,236). Sum of RGB (Red+Green+Blue) = 144+144+236=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #9090EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9090EC is #6F6F13. Grayscale: #9A9A9A. Windows color (decimal): -7302932 or 15503504. OLE color: 15503504.

HSL color Cylindrical-coordinate representation of color #9090EC: hue angle of 240º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9090EC is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 144 236 -
CMYK 0.39 0.39 0 0.07
HSL 240º 0.71% 0.75% -
HSV(B) 240º 0.39% 0.93% -
XYZ 36.62 31.93 83.59 -
YUV 154.49 174 120.52 -
System Red Green Blue C M Y K H S L
Decimal 144 144 236 0.39 0.39 0 0.07 240 0.71 0.75
Hex 90 90 EC 27 27 0 7 F0 47 4B
Octal 220 220 354 47 47 0 7 360 107 113
Binary 10010000 10010000 11101100 100111 100111 0 111 11110000 1000111 1001011

Color Harmonies of #9090EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9090EC

Black with #9090EC

Text Example


Text Example

White with #9090EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9090EC; }

 p { color: rgb(144,144,236); }

 H1.HeaderClassName
 {
   color: #9090EC;
 }
 .AnyTagClassName
 {
   color: #9090EC;
 }
</style>

background-color css

<style>
 a { background-color: #9090EC; }

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

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

border-color css

<style>
 span { border-color: #9090EC; }

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

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