Html Css Color HEX #93A1DE Portage

📋 copy color: '#93A1DE'

red 147 ◦ green 161 ◦ blue 222

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

Shades of Portage #93A1DE

Tints of Portage #93A1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 27.74%
G = 30.38%
B = 41.89%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93A1DE (or 0x93A1DE) is known color: Portage. HEX triplet: 93, A1 and DE. RGB value is (147,161,222). Sum of RGB (Red+Green+Blue) = 147+161+222=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #93A1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A1DE is #6C5E21. Grayscale: #A3A3A3. Windows color (decimal): -7101986 or 14590355. OLE color: 14590355.

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

Color convert

RGB 147 161 222 -
CMYK 0.34 0.27 0 0.13
HSL 228.8º 0.53% 0.72% -
HSV(B) 228.8º 0.34% 0.87% -
XYZ 37.96 36.97 74.24 -
YUV 163.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 147 161 222 0.34 0.27 0 0.13 228.8 0.53 0.72
Hex 93 A1 DE 22 1B 0 D E5 35 48
Octal 223 241 336 42 33 0 15 345 65 110
Binary 10010011 10100001 11011110 100010 11011 0 1101 11100101 110101 1001000

Color Harmonies of #93A1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A1DE

Black with #93A1DE

Text Example


Text Example

White with #93A1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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