Html Css Color HEX #989FEC Portage

📋 copy color: '#989FEC'

red 152 ◦ green 159 ◦ blue 236

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

Shades of Portage #989FEC

Tints of Portage #989FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.07%

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 27.79%
G = 29.07%
B = 43.14%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#989FEC (or 0x989FEC) is known color: Portage. HEX triplet: 98, 9F and EC. RGB value is (152,159,236). Sum of RGB (Red+Green+Blue) = 152+159+236=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #989FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989FEC is #676013. Grayscale: #A5A5A5. Windows color (decimal): -6774804 or 15507352. OLE color: 15507352.

HSL color Cylindrical-coordinate representation of color #989FEC: hue angle of 235º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989FEC is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 159 236 -
CMYK 0.36 0.33 0 0.07
HSL 235º 0.69% 0.76% -
HSV(B) 235º 0.36% 0.93% -
XYZ 40.49 37.53 84.47 -
YUV 165.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 152 159 236 0.36 0.33 0 0.07 235 0.69 0.76
Hex 98 9F EC 24 21 0 7 EB 45 4C
Octal 230 237 354 44 41 0 7 353 105 114
Binary 10011000 10011111 11101100 100100 100001 0 111 11101011 1000101 1001100

Color Harmonies of #989FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989FEC

Black with #989FEC

Text Example


Text Example

White with #989FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989FEC; }

 p { color: rgb(152,159,236); }

 H1.HeaderClassName
 {
   color: #989FEC;
 }
 .AnyTagClassName
 {
   color: #989FEC;
 }
</style>

background-color css

<style>
 a { background-color: #989FEC; }

 a { background-color: rgb(152,159,236); }

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

border-color css

<style>
 span { border-color: #989FEC; }

 span { border-color: rgb(152,159,236); }

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