Html Css Color HEX #93A7EF Portage

📋 copy color: '#93A7EF'

red 147 ◦ green 167 ◦ blue 239

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

Shades of Portage #93A7EF

Tints of Portage #93A7EF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.2%

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

R = 26.58%
G = 30.2%
B = 43.22%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93A7EF (or 0x93A7EF) is known color: Portage. HEX triplet: 93, A7 and EF. RGB value is (147,167,239). Sum of RGB (Red+Green+Blue) = 147+167+239=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #93A7EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A7EF is #6C5810. Grayscale: #A8A8A8. Windows color (decimal): -7100433 or 15706003. OLE color: 15706003.

HSL color Cylindrical-coordinate representation of color #93A7EF: hue angle of 226.96º 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 #93A7EF is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 167 239 -
CMYK 0.38 0.30 0 0.06
HSL 226.96º 0.74% 0.76% -
HSV(B) 226.96º 0.38% 0.94% -
XYZ 41.43 40.07 87.21 -
YUV 169.23 167.37 112.15 -
System Red Green Blue C M Y K H S L
Decimal 147 167 239 0.38 0.30 0 0.06 226.96 0.74 0.76
Hex 93 A7 EF 26 1E 0 6 E3 4A 4C
Octal 223 247 357 46 36 0 6 343 112 114
Binary 10010011 10100111 11101111 100110 11110 0 110 11100011 1001010 1001100

Color Harmonies of #93A7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A7EF

Black with #93A7EF

Text Example


Text Example

White with #93A7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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