Html Css Color HEX #93A2EF Portage

📋 copy color: '#93A2EF'

red 147 ◦ green 162 ◦ blue 239

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

Shades of Portage #93A2EF

Tints of Portage #93A2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 26.82%
G = 29.56%
B = 43.61%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93A2EF (or 0x93A2EF) is known color: Portage. HEX triplet: 93, A2 and EF. RGB value is (147,162,239). Sum of RGB (Red+Green+Blue) = 147+162+239=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #93A2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A2EF is #6C5D10. Grayscale: #A5A5A5. Windows color (decimal): -7101713 or 15704723. OLE color: 15704723.

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

Color convert

RGB 147 162 239 -
CMYK 0.38 0.32 0 0.06
HSL 230.22º 0.74% 0.76% -
HSV(B) 230.22º 0.38% 0.94% -
XYZ 40.53 38.28 86.91 -
YUV 166.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 147 162 239 0.38 0.32 0 0.06 230.22 0.74 0.76
Hex 93 A2 EF 26 20 0 6 E6 4A 4C
Octal 223 242 357 46 40 0 6 346 112 114
Binary 10010011 10100010 11101111 100110 100000 0 110 11100110 1001010 1001100

Color Harmonies of #93A2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A2EF

Black with #93A2EF

Text Example


Text Example

White with #93A2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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