Html Css Color HEX #989AFC Portage

📋 copy color: '#989AFC'

red 152 ◦ green 154 ◦ blue 252

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

Shades of Portage #989AFC

Tints of Portage #989AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.6%

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

R = 27.24%
G = 27.6%
B = 45.16%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#989AFC (or 0x989AFC) is known color: Portage. HEX triplet: 98, 9A and FC. RGB value is (152,154,252). Sum of RGB (Red+Green+Blue) = 152+154+252=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #989AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989AFC is #676503. Grayscale: #A4A4A4. Windows color (decimal): -6776068 or 16554648. OLE color: 16554648.

HSL color Cylindrical-coordinate representation of color #989AFC: hue angle of 238.8º 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 #989AFC is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 154 252 -
CMYK 0.40 0.39 0 0.01
HSL 238.8º 0.94% 0.79% -
HSV(B) 238.8º 0.4% 0.99% -
XYZ 42.08 36.81 96.98 -
YUV 164.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 152 154 252 0.40 0.39 0 0.01 238.8 0.94 0.79
Hex 98 9A FC 28 27 0 1 EF 5E 4F
Octal 230 232 374 50 47 0 1 357 136 117
Binary 10011000 10011010 11111100 101000 100111 0 1 11101111 1011110 1001111

Color Harmonies of #989AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989AFC

Black with #989AFC

Text Example


Text Example

White with #989AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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