Html Css Color HEX #989EFC Portage

📋 copy color: '#989EFC'

red 152 ◦ green 158 ◦ blue 252

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

Shades of Portage #989EFC

Tints of Portage #989EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.11%

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 27.05%
G = 28.11%
B = 44.84%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#989EFC (or 0x989EFC) is known color: Portage. HEX triplet: 98, 9E and FC. RGB value is (152,158,252). Sum of RGB (Red+Green+Blue) = 152+158+252=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #989EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989EFC is #676103. Grayscale: #A6A6A6. Windows color (decimal): -6775044 or 16555672. OLE color: 16555672.

HSL color Cylindrical-coordinate representation of color #989EFC: hue angle of 236.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #989EFC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 158 252 -
CMYK 0.40 0.37 0 0.01
HSL 236.4º 0.94% 0.79% -
HSV(B) 236.4º 0.4% 0.99% -
XYZ 42.75 38.16 97.21 -
YUV 166.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 152 158 252 0.40 0.37 0 0.01 236.4 0.94 0.79
Hex 98 9E FC 28 25 0 1 EC 5E 4F
Octal 230 236 374 50 45 0 1 354 136 117
Binary 10011000 10011110 11111100 101000 100101 0 1 11101100 1011110 1001111

Color Harmonies of #989EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EFC

Black with #989EFC

Text Example


Text Example

White with #989EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,158,252); }

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

background-color css

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

 a { background-color: rgb(152,158,252); }

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

border-color css

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

 span { border-color: rgb(152,158,252); }

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