Html Css Color HEX #8994FE Portage

📋 copy color: '#8994FE'

red 137 ◦ green 148 ◦ blue 254

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

Shades of Portage #8994FE

Tints of Portage #8994FE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.46%

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

R = 25.42%
G = 27.46%
B = 47.12%

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

#8994FE (or 0x8994FE) is known color: Portage. HEX triplet: 89, 94 and FE. RGB value is (137,148,254). Sum of RGB (Red+Green+Blue) = 137+148+254=539 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.42% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #8994FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8994FE is #766B01. Grayscale: #9C9C9C. Windows color (decimal): -7760642 or 16684169. OLE color: 16684169.

HSL color Cylindrical-coordinate representation of color #8994FE: hue angle of 234.36º 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 #8994FE is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 148 254 -
CMYK 0.46 0.42 0 0.00
HSL 234.36º 0.98% 0.77% -
HSV(B) 234.36º 0.46% 1% -
XYZ 38.8 33.65 98.22 -
YUV 156.8 182.86 113.88 -
System Red Green Blue C M Y K H S L
Decimal 137 148 254 0.46 0.42 0 0.00 234.36 0.98 0.77
Hex 89 94 FE 2E 2A 0 0 EA 62 4D
Octal 211 224 376 56 52 0 0 352 142 115
Binary 10001001 10010100 11111110 101110 101010 0 0 11101010 1100010 1001101

Color Harmonies of #8994FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8994FE

Black with #8994FE

Text Example


Text Example

White with #8994FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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