Html Css Color HEX #9099DF Portage

📋 copy color: '#9099DF'

red 144 ◦ green 153 ◦ blue 223

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

Shades of Portage #9099DF

Tints of Portage #9099DF

RGB

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

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

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

R = 27.69%
G = 29.42%
B = 42.88%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9099DF (or 0x9099DF) is known color: Portage. HEX triplet: 90, 99 and DF. RGB value is (144,153,223). Sum of RGB (Red+Green+Blue) = 144+153+223=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #9099DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9099DF is #6F6620. Grayscale: #9E9E9E. Windows color (decimal): -7300641 or 14653840. OLE color: 14653840.

HSL color Cylindrical-coordinate representation of color #9099DF: hue angle of 233.16º 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 #9099DF is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 153 223 -
CMYK 0.35 0.31 0 0.13
HSL 233.16º 0.55% 0.72% -
HSV(B) 233.16º 0.35% 0.87% -
XYZ 36.21 34.04 74.47 -
YUV 158.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 144 153 223 0.35 0.31 0 0.13 233.16 0.55 0.72
Hex 90 99 DF 23 1F 0 D E9 37 48
Octal 220 231 337 43 37 0 15 351 67 110
Binary 10010000 10011001 11011111 100011 11111 0 1101 11101001 110111 1001000

Color Harmonies of #9099DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9099DF

Black with #9099DF

Text Example


Text Example

White with #9099DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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