Html Css Color HEX #93A1D5 Portage

📋 copy color: '#93A1D5'

red 147 ◦ green 161 ◦ blue 213

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

Shades of Portage #93A1D5

Tints of Portage #93A1D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.88%

R = 28.21%
G = 30.9%
B = 40.88%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#93A1D5 (or 0x93A1D5) is known color: Portage. HEX triplet: 93, A1 and D5. RGB value is (147,161,213). Sum of RGB (Red+Green+Blue) = 147+161+213=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #93A1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1D5 is #6C5E2A. Grayscale: #A2A2A2. Windows color (decimal): -7101995 or 14000531. OLE color: 14000531.

HSL color Cylindrical-coordinate representation of color #93A1D5: hue angle of 227.27º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93A1D5 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 161 213 -
CMYK 0.31 0.24 0 0.16
HSL 227.27º 0.44% 0.71% -
HSV(B) 227.27º 0.31% 0.84% -
XYZ 36.79 36.5 68.06 -
YUV 162.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 147 161 213 0.31 0.24 0 0.16 227.27 0.44 0.71
Hex 93 A1 D5 1F 18 0 10 E3 2C 47
Octal 223 241 325 37 30 0 20 343 54 107
Binary 10010011 10100001 11010101 11111 11000 0 10000 11100011 101100 1000111

Color Harmonies of #93A1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A1D5

Black with #93A1D5

Text Example


Text Example

White with #93A1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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