Html Css Color HEX #93A9ED Portage

📋 copy color: '#93A9ED'

red 147 ◦ green 169 ◦ blue 237

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

Shades of Portage #93A9ED

Tints of Portage #93A9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 26.58%
G = 30.56%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#93A9ED (or 0x93A9ED) is known color: Portage. HEX triplet: 93, A9 and ED. RGB value is (147,169,237). Sum of RGB (Red+Green+Blue) = 147+169+237=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #93A9ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A9ED is #6C5612. Grayscale: #A9A9A9. Windows color (decimal): -7099923 or 15575443. OLE color: 15575443.

HSL color Cylindrical-coordinate representation of color #93A9ED: hue angle of 225.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93A9ED is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 169 237 -
CMYK 0.38 0.29 0 0.07
HSL 225.33º 0.71% 0.75% -
HSV(B) 225.33º 0.38% 0.93% -
XYZ 41.51 40.69 85.79 -
YUV 170.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 147 169 237 0.38 0.29 0 0.07 225.33 0.71 0.75
Hex 93 A9 ED 26 1D 0 7 E1 47 4B
Octal 223 251 355 46 35 0 7 341 107 113
Binary 10010011 10101001 11101101 100110 11101 0 111 11100001 1000111 1001011

Color Harmonies of #93A9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A9ED

Black with #93A9ED

Text Example


Text Example

White with #93A9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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