Html Css Color HEX #93A0DC Portage

📋 copy color: '#93A0DC'

red 147 ◦ green 160 ◦ blue 220

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

Shades of Portage #93A0DC

Tints of Portage #93A0DC

RGB

 RED value IS 147 (57.81% from 255) = 27.89%

 GREEN value IS 160 (62.89% from 255) = 30.36%

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

R = 27.89%
G = 30.36%
B = 41.75%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93A0DC (or 0x93A0DC) is known color: Portage. HEX triplet: 93, A0 and DC. RGB value is (147,160,220). Sum of RGB (Red+Green+Blue) = 147+160+220=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #93A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A0DC is #6C5F23. Grayscale: #A2A2A2. Windows color (decimal): -7102244 or 14459027. OLE color: 14459027.

HSL color Cylindrical-coordinate representation of color #93A0DC: hue angle of 229.32º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93A0DC is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 160 220 -
CMYK 0.33 0.27 0 0.14
HSL 229.32º 0.51% 0.72% -
HSV(B) 229.32º 0.33% 0.86% -
XYZ 37.52 36.51 72.78 -
YUV 162.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 147 160 220 0.33 0.27 0 0.14 229.32 0.51 0.72
Hex 93 A0 DC 21 1B 0 E E5 33 48
Octal 223 240 334 41 33 0 16 345 63 110
Binary 10010011 10100000 11011100 100001 11011 0 1110 11100101 110011 1001000

Color Harmonies of #93A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A0DC

Black with #93A0DC

Text Example


Text Example

White with #93A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93A0DC; }

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

 H1.HeaderClassName
 {
   color: #93A0DC;
 }
 .AnyTagClassName
 {
   color: #93A0DC;
 }
</style>

background-color css

<style>
 a { background-color: #93A0DC; }

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

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

border-color css

<style>
 span { border-color: #93A0DC; }

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

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