Html Css Color HEX #93A2F6 Portage

📋 copy color: '#93A2F6'

red 147 ◦ green 162 ◦ blue 246

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

Shades of Portage #93A2F6

Tints of Portage #93A2F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.32%

R = 26.49%
G = 29.19%
B = 44.32%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#93A2F6 (or 0x93A2F6) is known color: Portage. HEX triplet: 93, A2 and F6. RGB value is (147,162,246). Sum of RGB (Red+Green+Blue) = 147+162+246=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #93A2F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A2F6 is #6C5D09. Grayscale: #A6A6A6. Windows color (decimal): -7101706 or 16163475. OLE color: 16163475.

HSL color Cylindrical-coordinate representation of color #93A2F6: hue angle of 230.91º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93A2F6 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 162 246 -
CMYK 0.40 0.34 0 0.04
HSL 230.91º 0.85% 0.77% -
HSV(B) 230.91º 0.4% 0.96% -
XYZ 41.59 38.7 92.47 -
YUV 167.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 147 162 246 0.40 0.34 0 0.04 230.91 0.85 0.77
Hex 93 A2 F6 28 22 0 4 E7 55 4D
Octal 223 242 366 50 42 0 4 347 125 115
Binary 10010011 10100010 11110110 101000 100010 0 100 11100111 1010101 1001101

Color Harmonies of #93A2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A2F6

Black with #93A2F6

Text Example


Text Example

White with #93A2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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