Html Css Color HEX #93A8F1 Portage

📋 copy color: '#93A8F1'

red 147 ◦ green 168 ◦ blue 241

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

Shades of Portage #93A8F1

Tints of Portage #93A8F1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.22%

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

R = 26.44%
G = 30.22%
B = 43.35%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93A8F1 (or 0x93A8F1) is known color: Portage. HEX triplet: 93, A8 and F1. RGB value is (147,168,241). Sum of RGB (Red+Green+Blue) = 147+168+241=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #93A8F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A8F1 is #6C570E. Grayscale: #A9A9A9. Windows color (decimal): -7100175 or 15837331. OLE color: 15837331.

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

Color convert

RGB 147 168 241 -
CMYK 0.39 0.30 0 0.05
HSL 226.6º 0.77% 0.76% -
HSV(B) 226.6º 0.39% 0.95% -
XYZ 41.91 40.56 88.84 -
YUV 170.04 168.04 111.56 -
System Red Green Blue C M Y K H S L
Decimal 147 168 241 0.39 0.30 0 0.05 226.6 0.77 0.76
Hex 93 A8 F1 27 1E 0 5 E3 4D 4C
Octal 223 250 361 47 36 0 5 343 115 114
Binary 10010011 10101000 11110001 100111 11110 0 101 11100011 1001101 1001100

Color Harmonies of #93A8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A8F1

Black with #93A8F1

Text Example


Text Example

White with #93A8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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