Html Css Color HEX #93A5DD Portage

📋 copy color: '#93A5DD'

red 147 ◦ green 165 ◦ blue 221

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

Shades of Portage #93A5DD

Tints of Portage #93A5DD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.96%

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

R = 27.58%
G = 30.96%
B = 41.46%

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

#93A5DD (or 0x93A5DD) is known color: Portage. HEX triplet: 93, A5 and DD. RGB value is (147,165,221). Sum of RGB (Red+Green+Blue) = 147+165+221=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #93A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A5DD is #6C5A22. Grayscale: #A5A5A5. Windows color (decimal): -7100963 or 14525843. OLE color: 14525843.

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

Color convert

RGB 147 165 221 -
CMYK 0.33 0.25 0 0.13
HSL 225.41º 0.52% 0.72% -
HSV(B) 225.41º 0.33% 0.87% -
XYZ 38.54 38.33 73.77 -
YUV 166 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 147 165 221 0.33 0.25 0 0.13 225.41 0.52 0.72
Hex 93 A5 DD 21 19 0 D E1 34 48
Octal 223 245 335 41 31 0 15 341 64 110
Binary 10010011 10100101 11011101 100001 11001 0 1101 11100001 110100 1001000

Color Harmonies of #93A5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A5DD

Black with #93A5DD

Text Example


Text Example

White with #93A5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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