Html Css Color HEX #93A6DD Portage

📋 copy color: '#93A6DD'

red 147 ◦ green 166 ◦ blue 221

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

Shades of Portage #93A6DD

Tints of Portage #93A6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.09%

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

R = 27.53%
G = 31.09%
B = 41.39%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93A6DD (or 0x93A6DD) is known color: Portage. HEX triplet: 93, A6 and DD. RGB value is (147,166,221). Sum of RGB (Red+Green+Blue) = 147+166+221=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #93A6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6DD is #6C5922. Grayscale: #A6A6A6. Windows color (decimal): -7100707 or 14526099. OLE color: 14526099.

HSL color Cylindrical-coordinate representation of color #93A6DD: hue angle of 224.59º 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 #93A6DD is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 166 221 -
CMYK 0.33 0.25 0 0.13
HSL 224.59º 0.52% 0.72% -
HSV(B) 224.59º 0.33% 0.87% -
XYZ 38.72 38.7 73.83 -
YUV 166.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 147 166 221 0.33 0.25 0 0.13 224.59 0.52 0.72
Hex 93 A6 DD 21 19 0 D E1 34 48
Octal 223 246 335 41 31 0 15 341 64 110
Binary 10010011 10100110 11011101 100001 11001 0 1101 11100001 110100 1001000

Color Harmonies of #93A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A6DD

Black with #93A6DD

Text Example


Text Example

White with #93A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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