Html Css Color HEX #93A2D9 Portage

📋 copy color: '#93A2D9'

red 147 ◦ green 162 ◦ blue 217

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

Shades of Portage #93A2D9

Tints of Portage #93A2D9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.8%

 BLUE value IS 217 (85.16% from 255) = 41.25%

R = 27.95%
G = 30.8%
B = 41.25%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#93A2D9 (or 0x93A2D9) is known color: Portage. HEX triplet: 93, A2 and D9. RGB value is (147,162,217). Sum of RGB (Red+Green+Blue) = 147+162+217=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #93A2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A2D9 is #6C5D26. Grayscale: #A3A3A3. Windows color (decimal): -7101735 or 14262931. OLE color: 14262931.

HSL color Cylindrical-coordinate representation of color #93A2D9: hue angle of 227.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93A2D9 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 162 217 -
CMYK 0.32 0.25 0 0.15
HSL 227.14º 0.48% 0.71% -
HSV(B) 227.14º 0.32% 0.85% -
XYZ 37.48 37.05 70.82 -
YUV 163.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 147 162 217 0.32 0.25 0 0.15 227.14 0.48 0.71
Hex 93 A2 D9 20 19 0 F E3 30 47
Octal 223 242 331 40 31 0 17 343 60 107
Binary 10010011 10100010 11011001 100000 11001 0 1111 11100011 110000 1000111

Color Harmonies of #93A2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A2D9

Black with #93A2D9

Text Example


Text Example

White with #93A2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,162,217); }

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

background-color css

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

 a { background-color: rgb(147,162,217); }

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

border-color css

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

 span { border-color: rgb(147,162,217); }

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