Html Css Color HEX #8998FF Portage

📋 copy color: '#8998FF'

red 137 ◦ green 152 ◦ blue 255

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

Shades of Portage #8998FF

Tints of Portage #8998FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.88%

R = 25.18%
G = 27.94%
B = 46.88%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8998FF (or 0x8998FF) is known color: Portage. HEX triplet: 89, 98 and FF. RGB value is (137,152,255). Sum of RGB (Red+Green+Blue) = 137+152+255=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #8998FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8998FF is #766700. Grayscale: #9E9E9E. Windows color (decimal): -7759617 or 16750729. OLE color: 16750729.

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

Color convert

RGB 137 152 255 -
CMYK 0.46 0.40 0 0
HSL 232.37º 1% 0.77% -
HSV(B) 232.37º 0.46% 1% -
XYZ 39.59 34.99 99.28 -
YUV 159.26 182.03 112.12 -
System Red Green Blue C M Y K H S L
Decimal 137 152 255 0.46 0.40 0 0 232.37 1 0.77
Hex 89 98 FF 2E 28 0 0 E8 64 4D
Octal 211 230 377 56 50 0 0 350 144 115
Binary 10001001 10011000 11111111 101110 101000 0 0 11101000 1100100 1001101

Color Harmonies of #8998FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8998FF

Black with #8998FF

Text Example


Text Example

White with #8998FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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