Html Css Color HEX #93A6F0 Portage

📋 copy color: '#93A6F0'

red 147 ◦ green 166 ◦ blue 240

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

Shades of Portage #93A6F0

Tints of Portage #93A6F0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.02%

 BLUE value IS 240 (94.14% from 255) = 43.4%

R = 26.58%
G = 30.02%
B = 43.4%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93A6F0 (or 0x93A6F0) is known color: Portage. HEX triplet: 93, A6 and F0. RGB value is (147,166,240). Sum of RGB (Red+Green+Blue) = 147+166+240=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #93A6F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A6F0 is #6C590F. Grayscale: #A8A8A8. Windows color (decimal): -7100688 or 15771283. OLE color: 15771283.

HSL color Cylindrical-coordinate representation of color #93A6F0: hue angle of 227.74º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93A6F0 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 166 240 -
CMYK 0.39 0.31 0 0.06
HSL 227.74º 0.76% 0.76% -
HSV(B) 227.74º 0.39% 0.94% -
XYZ 41.4 39.77 87.93 -
YUV 168.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 147 166 240 0.39 0.31 0 0.06 227.74 0.76 0.76
Hex 93 A6 F0 27 1F 0 6 E4 4C 4C
Octal 223 246 360 47 37 0 6 344 114 114
Binary 10010011 10100110 11110000 100111 11111 0 110 11100100 1001100 1001100

Color Harmonies of #93A6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A6F0

Black with #93A6F0

Text Example


Text Example

White with #93A6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,166,240); }

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

background-color css

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

 a { background-color: rgb(147,166,240); }

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

border-color css

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

 span { border-color: rgb(147,166,240); }

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