Html Css Color HEX #9090DF Portage

📋 copy color: '#9090DF'

red 144 ◦ green 144 ◦ blue 223

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

Shades of Portage #9090DF

Tints of Portage #9090DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 28.18%
G = 28.18%
B = 43.64%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9090DF (or 0x9090DF) is known color: Portage. HEX triplet: 90, 90 and DF. RGB value is (144,144,223). Sum of RGB (Red+Green+Blue) = 144+144+223=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #9090DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9090DF is #6F6F20. Grayscale: #989898. Windows color (decimal): -7302945 or 14651536. OLE color: 14651536.

HSL color Cylindrical-coordinate representation of color #9090DF: hue angle of 240º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9090DF is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 144 223 -
CMYK 0.35 0.35 0 0.13
HSL 240º 0.55% 0.72% -
HSV(B) 240º 0.35% 0.87% -
XYZ 34.79 31.2 74 -
YUV 153.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 144 144 223 0.35 0.35 0 0.13 240 0.55 0.72
Hex 90 90 DF 23 23 0 D F0 37 48
Octal 220 220 337 43 43 0 15 360 67 110
Binary 10010000 10010000 11011111 100011 100011 0 1101 11110000 110111 1001000

Color Harmonies of #9090DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9090DF

Black with #9090DF

Text Example


Text Example

White with #9090DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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