Html Css Color HEX #93A3F9 Portage

📋 copy color: '#93A3F9'

red 147 ◦ green 163 ◦ blue 249

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

Shades of Portage #93A3F9

Tints of Portage #93A3F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 26.3%
G = 29.16%
B = 44.54%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93A3F9 (or 0x93A3F9) is known color: Portage. HEX triplet: 93, A3 and F9. RGB value is (147,163,249). Sum of RGB (Red+Green+Blue) = 147+163+249=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #93A3F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A3F9 is #6C5C06. Grayscale: #A7A7A7. Windows color (decimal): -7101447 or 16360339. OLE color: 16360339.

HSL color Cylindrical-coordinate representation of color #93A3F9: hue angle of 230.59º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93A3F9 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 163 249 -
CMYK 0.41 0.35 0 0.02
HSL 230.59º 0.89% 0.78% -
HSV(B) 230.59º 0.41% 0.98% -
XYZ 42.23 39.24 94.97 -
YUV 168.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 147 163 249 0.41 0.35 0 0.02 230.59 0.89 0.78
Hex 93 A3 F9 29 23 0 2 E7 59 4E
Octal 223 243 371 51 43 0 2 347 131 116
Binary 10010011 10100011 11111001 101001 100011 0 10 11100111 1011001 1001110

Color Harmonies of #93A3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A3F9

Black with #93A3F9

Text Example


Text Example

White with #93A3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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