Html Css Color HEX #8998FE Portage

📋 copy color: '#8998FE'

red 137 ◦ green 152 ◦ blue 254

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

Shades of Portage #8998FE

Tints of Portage #8998FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.99%

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

R = 25.23%
G = 27.99%
B = 46.78%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8998FE (or 0x8998FE) is known color: Portage. HEX triplet: 89, 98 and FE. RGB value is (137,152,254). Sum of RGB (Red+Green+Blue) = 137+152+254=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #8998FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8998FE is #766701. Grayscale: #9E9E9E. Windows color (decimal): -7759618 or 16685193. OLE color: 16685193.

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

Color convert

RGB 137 152 254 -
CMYK 0.46 0.40 0 0.00
HSL 232.31º 0.98% 0.77% -
HSV(B) 232.31º 0.46% 1% -
XYZ 39.43 34.93 98.43 -
YUV 159.14 181.53 112.21 -
System Red Green Blue C M Y K H S L
Decimal 137 152 254 0.46 0.40 0 0.00 232.31 0.98 0.77
Hex 89 98 FE 2E 28 0 0 E8 62 4D
Octal 211 230 376 56 50 0 0 350 142 115
Binary 10001001 10011000 11111110 101110 101000 0 0 11101000 1100010 1001101

Color Harmonies of #8998FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8998FE

Black with #8998FE

Text Example


Text Example

White with #8998FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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