Html Css Color HEX #9093DF Portage

📋 copy color: '#9093DF'

red 144 ◦ green 147 ◦ blue 223

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

Shades of Portage #9093DF

Tints of Portage #9093DF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.6%

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

R = 28.02%
G = 28.6%
B = 43.39%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9093DF (or 0x9093DF) is known color: Portage. HEX triplet: 90, 93 and DF. RGB value is (144,147,223). Sum of RGB (Red+Green+Blue) = 144+147+223=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #9093DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9093DF is #6F6C20. Grayscale: #9A9A9A. Windows color (decimal): -7302177 or 14652304. OLE color: 14652304.

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

Color convert

RGB 144 147 223 -
CMYK 0.35 0.34 0 0.13
HSL 237.72º 0.55% 0.72% -
HSV(B) 237.72º 0.35% 0.87% -
XYZ 35.25 32.12 74.15 -
YUV 154.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 144 147 223 0.35 0.34 0 0.13 237.72 0.55 0.72
Hex 90 93 DF 23 22 0 D EE 37 48
Octal 220 223 337 43 42 0 15 356 67 110
Binary 10010000 10010011 11011111 100011 100010 0 1101 11101110 110111 1001000

Color Harmonies of #9093DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9093DF

Black with #9093DF

Text Example


Text Example

White with #9093DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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