Html Css Color HEX #8993FE Portage

📋 copy color: '#8993FE'

red 137 ◦ green 147 ◦ blue 254

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

Shades of Portage #8993FE

Tints of Portage #8993FE

RGB

 RED value IS 137 (53.91% from 255) = 25.46%

 GREEN value IS 147 (57.81% from 255) = 27.32%

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 25.46%
G = 27.32%
B = 47.21%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8993FE (or 0x8993FE) is known color: Portage. HEX triplet: 89, 93 and FE. RGB value is (137,147,254). Sum of RGB (Red+Green+Blue) = 137+147+254=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #8993FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8993FE is #766C01. Grayscale: #9B9B9B. Windows color (decimal): -7760898 or 16683913. OLE color: 16683913.

HSL color Cylindrical-coordinate representation of color #8993FE: hue angle of 234.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8993FE is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 147 254 -
CMYK 0.46 0.42 0 0.00
HSL 234.87º 0.98% 0.77% -
HSV(B) 234.87º 0.46% 1% -
XYZ 38.64 33.34 98.16 -
YUV 156.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 137 147 254 0.46 0.42 0 0.00 234.87 0.98 0.77
Hex 89 93 FE 2E 2A 0 0 EB 62 4D
Octal 211 223 376 56 52 0 0 353 142 115
Binary 10001001 10010011 11111110 101110 101010 0 0 11101011 1100010 1001101

Color Harmonies of #8993FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8993FE

Black with #8993FE

Text Example


Text Example

White with #8993FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8993FE; }

 p { color: rgb(137,147,254); }

 H1.HeaderClassName
 {
   color: #8993FE;
 }
 .AnyTagClassName
 {
   color: #8993FE;
 }
</style>

background-color css

<style>
 a { background-color: #8993FE; }

 a { background-color: rgb(137,147,254); }

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

border-color css

<style>
 span { border-color: #8993FE; }

 span { border-color: rgb(137,147,254); }

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