Html Css Color HEX #93A5DE Portage

📋 copy color: '#93A5DE'

red 147 ◦ green 165 ◦ blue 222

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

Shades of Portage #93A5DE

Tints of Portage #93A5DE

RGB

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

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

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

R = 27.53%
G = 30.9%
B = 41.57%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#93A5DE (or 0x93A5DE) is known color: Portage. HEX triplet: 93, A5 and DE. RGB value is (147,165,222). Sum of RGB (Red+Green+Blue) = 147+165+222=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #93A5DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A5DE is #6C5A21. Grayscale: #A5A5A5. Windows color (decimal): -7100962 or 14591379. OLE color: 14591379.

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

Color convert

RGB 147 165 222 -
CMYK 0.34 0.26 0 0.13
HSL 225.6º 0.53% 0.72% -
HSV(B) 225.6º 0.34% 0.87% -
XYZ 38.67 38.39 74.48 -
YUV 166.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 147 165 222 0.34 0.26 0 0.13 225.6 0.53 0.72
Hex 93 A5 DE 22 1A 0 D E2 35 48
Octal 223 245 336 42 32 0 15 342 65 110
Binary 10010011 10100101 11011110 100010 11010 0 1101 11100010 110101 1001000

Color Harmonies of #93A5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A5DE

Black with #93A5DE

Text Example


Text Example

White with #93A5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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