Html Css Color HEX #93A1DD Portage

📋 copy color: '#93A1DD'

red 147 ◦ green 161 ◦ blue 221

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

Shades of Portage #93A1DD

Tints of Portage #93A1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.43%

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

R = 27.79%
G = 30.43%
B = 41.78%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93A1DD (or 0x93A1DD) is known color: Portage. HEX triplet: 93, A1 and DD. RGB value is (147,161,221). Sum of RGB (Red+Green+Blue) = 147+161+221=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #93A1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1DD is #6C5E22. Grayscale: #A3A3A3. Windows color (decimal): -7101987 or 14524819. OLE color: 14524819.

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

Color convert

RGB 147 161 221 -
CMYK 0.33 0.27 0 0.13
HSL 228.65º 0.52% 0.72% -
HSV(B) 228.65º 0.33% 0.87% -
XYZ 37.83 36.91 73.54 -
YUV 163.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 147 161 221 0.33 0.27 0 0.13 228.65 0.52 0.72
Hex 93 A1 DD 21 1B 0 D E5 34 48
Octal 223 241 335 41 33 0 15 345 64 110
Binary 10010011 10100001 11011101 100001 11011 0 1101 11100101 110100 1001000

Color Harmonies of #93A1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A1DD

Black with #93A1DD

Text Example


Text Example

White with #93A1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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