Html Css Color HEX #93A7F1 Portage

📋 copy color: '#93A7F1'

red 147 ◦ green 167 ◦ blue 241

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

Shades of Portage #93A7F1

Tints of Portage #93A7F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 26.49%
G = 30.09%
B = 43.42%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93A7F1 (or 0x93A7F1) is known color: Portage. HEX triplet: 93, A7 and F1. RGB value is (147,167,241). Sum of RGB (Red+Green+Blue) = 147+167+241=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #93A7F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A7F1 is #6C580E. Grayscale: #A9A9A9. Windows color (decimal): -7100431 or 15837075. OLE color: 15837075.

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

Color convert

RGB 147 167 241 -
CMYK 0.39 0.31 0 0.05
HSL 227.23º 0.77% 0.76% -
HSV(B) 227.23º 0.39% 0.95% -
XYZ 41.73 40.19 88.78 -
YUV 169.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 147 167 241 0.39 0.31 0 0.05 227.23 0.77 0.76
Hex 93 A7 F1 27 1F 0 5 E3 4D 4C
Octal 223 247 361 47 37 0 5 343 115 114
Binary 10010011 10100111 11110001 100111 11111 0 101 11100011 1001101 1001100

Color Harmonies of #93A7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A7F1

Black with #93A7F1

Text Example


Text Example

White with #93A7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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