Html Css Color HEX #9093DC Portage

📋 copy color: '#9093DC'

red 144 ◦ green 147 ◦ blue 220

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

Shades of Portage #9093DC

Tints of Portage #9093DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 28.18%
G = 28.77%
B = 43.05%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9093DC (or 0x9093DC) is known color: Portage. HEX triplet: 90, 93 and DC. RGB value is (144,147,220). Sum of RGB (Red+Green+Blue) = 144+147+220=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #9093DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9093DC is #6F6C23. Grayscale: #9A9A9A. Windows color (decimal): -7302180 or 14455696. OLE color: 14455696.

HSL color Cylindrical-coordinate representation of color #9093DC: hue angle of 237.63º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9093DC is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 147 220 -
CMYK 0.35 0.33 0 0.14
HSL 237.63º 0.52% 0.71% -
HSV(B) 237.63º 0.35% 0.86% -
XYZ 34.85 31.96 72.04 -
YUV 154.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 144 147 220 0.35 0.33 0 0.14 237.63 0.52 0.71
Hex 90 93 DC 23 21 0 E EE 34 47
Octal 220 223 334 43 41 0 16 356 64 107
Binary 10010000 10010011 11011100 100011 100001 0 1110 11101110 110100 1000111

Color Harmonies of #9093DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9093DC

Black with #9093DC

Text Example


Text Example

White with #9093DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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