Html Css Color HEX #988FEF Portage

📋 copy color: '#988FEF'

red 152 ◦ green 143 ◦ blue 239

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

Shades of Portage #988FEF

Tints of Portage #988FEF

RGB

 RED value IS 152 (59.77% from 255) = 28.46%

 GREEN value IS 143 (56.25% from 255) = 26.78%

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 28.46%
G = 26.78%
B = 44.76%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#988FEF (or 0x988FEF) is known color: Portage. HEX triplet: 98, 8F and EF. RGB value is (152,143,239). Sum of RGB (Red+Green+Blue) = 152+143+239=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #988FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FEF is #677010. Grayscale: #9C9C9C. Windows color (decimal): -6778897 or 15699864. OLE color: 15699864.

HSL color Cylindrical-coordinate representation of color #988FEF: hue angle of 245.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #988FEF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 143 239 -
CMYK 0.36 0.40 0 0.06
HSL 245.63º 0.75% 0.75% -
HSV(B) 245.63º 0.4% 0.94% -
XYZ 38.35 32.55 85.92 -
YUV 156.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 152 143 239 0.36 0.40 0 0.06 245.63 0.75 0.75
Hex 98 8F EF 24 28 0 6 F6 4B 4B
Octal 230 217 357 44 50 0 6 366 113 113
Binary 10011000 10001111 11101111 100100 101000 0 110 11110110 1001011 1001011

Color Harmonies of #988FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FEF

Black with #988FEF

Text Example


Text Example

White with #988FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988FEF; }

 p { color: rgb(152,143,239); }

 H1.HeaderClassName
 {
   color: #988FEF;
 }
 .AnyTagClassName
 {
   color: #988FEF;
 }
</style>

background-color css

<style>
 a { background-color: #988FEF; }

 a { background-color: rgb(152,143,239); }

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

border-color css

<style>
 span { border-color: #988FEF; }

 span { border-color: rgb(152,143,239); }

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