Html Css Color HEX #93A3D7 Portage

📋 copy color: '#93A3D7'

red 147 ◦ green 163 ◦ blue 215

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

Shades of Portage #93A3D7

Tints of Portage #93A3D7

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.05%

 BLUE value IS 215 (84.38% from 255) = 40.95%

R = 28%
G = 31.05%
B = 40.95%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#93A3D7 (or 0x93A3D7) is known color: Portage. HEX triplet: 93, A3 and D7. RGB value is (147,163,215). Sum of RGB (Red+Green+Blue) = 147+163+215=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #93A3D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A3D7 is #6C5C28. Grayscale: #A3A3A3. Windows color (decimal): -7101481 or 14132115. OLE color: 14132115.

HSL color Cylindrical-coordinate representation of color #93A3D7: hue angle of 225.88º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93A3D7 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 163 215 -
CMYK 0.32 0.24 0 0.16
HSL 225.88º 0.46% 0.71% -
HSV(B) 225.88º 0.32% 0.84% -
XYZ 37.4 37.3 69.52 -
YUV 164.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 147 163 215 0.32 0.24 0 0.16 225.88 0.46 0.71
Hex 93 A3 D7 20 18 0 10 E2 2E 47
Octal 223 243 327 40 30 0 20 342 56 107
Binary 10010011 10100011 11010111 100000 11000 0 10000 11100010 101110 1000111

Color Harmonies of #93A3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A3D7

Black with #93A3D7

Text Example


Text Example

White with #93A3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,163,215); }

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

background-color css

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

 a { background-color: rgb(147,163,215); }

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

border-color css

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

 span { border-color: rgb(147,163,215); }

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