Html Css Color HEX #93A9DE Portage

📋 copy color: '#93A9DE'

red 147 ◦ green 169 ◦ blue 222

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

Shades of Portage #93A9DE

Tints of Portage #93A9DE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.41%

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

R = 27.32%
G = 31.41%
B = 41.26%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93A9DE (or 0x93A9DE) is known color: Portage. HEX triplet: 93, A9 and DE. RGB value is (147,169,222). Sum of RGB (Red+Green+Blue) = 147+169+222=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #93A9DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A9DE is #6C5621. Grayscale: #A8A8A8. Windows color (decimal): -7099938 or 14592403. OLE color: 14592403.

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

Color convert

RGB 147 169 222 -
CMYK 0.34 0.24 0 0.13
HSL 222.4º 0.53% 0.72% -
HSV(B) 222.4º 0.34% 0.87% -
XYZ 39.41 39.85 74.72 -
YUV 168.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 147 169 222 0.34 0.24 0 0.13 222.4 0.53 0.72
Hex 93 A9 DE 22 18 0 D DE 35 48
Octal 223 251 336 42 30 0 15 336 65 110
Binary 10010011 10101001 11011110 100010 11000 0 1101 11011110 110101 1001000

Color Harmonies of #93A9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A9DE

Black with #93A9DE

Text Example


Text Example

White with #93A9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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