Html Css Color HEX #93A3DD Portage

📋 copy color: '#93A3DD'

red 147 ◦ green 163 ◦ blue 221

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

Shades of Portage #93A3DD

Tints of Portage #93A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.7%

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 27.68%
G = 30.7%
B = 41.62%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93A3DD (or 0x93A3DD) is known color: Portage. HEX triplet: 93, A3 and DD. RGB value is (147,163,221). Sum of RGB (Red+Green+Blue) = 147+163+221=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #93A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A3DD is #6C5C22. Grayscale: #A4A4A4. Windows color (decimal): -7101475 or 14525331. OLE color: 14525331.

HSL color Cylindrical-coordinate representation of color #93A3DD: hue angle of 227.03º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93A3DD is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 163 221 -
CMYK 0.33 0.26 0 0.13
HSL 227.03º 0.52% 0.72% -
HSV(B) 227.03º 0.33% 0.87% -
XYZ 38.18 37.62 73.66 -
YUV 164.83 159.7 115.28 -
System Red Green Blue C M Y K H S L
Decimal 147 163 221 0.33 0.26 0 0.13 227.03 0.52 0.72
Hex 93 A3 DD 21 1A 0 D E3 34 48
Octal 223 243 335 41 32 0 15 343 64 110
Binary 10010011 10100011 11011101 100001 11010 0 1101 11100011 110100 1001000

Color Harmonies of #93A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A3DD

Black with #93A3DD

Text Example


Text Example

White with #93A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,163,221); }

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

background-color css

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

 a { background-color: rgb(147,163,221); }

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

border-color css

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

 span { border-color: rgb(147,163,221); }

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