Html Css Color HEX #989EF1 Portage

📋 copy color: '#989EF1'

red 152 ◦ green 158 ◦ blue 241

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

Shades of Portage #989EF1

Tints of Portage #989EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.74%

R = 27.59%
G = 28.68%
B = 43.74%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#989EF1 (or 0x989EF1) is known color: Portage. HEX triplet: 98, 9E and F1. RGB value is (152,158,241). Sum of RGB (Red+Green+Blue) = 152+158+241=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #989EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989EF1 is #67610E. Grayscale: #A5A5A5. Windows color (decimal): -6775055 or 15834776. OLE color: 15834776.

HSL color Cylindrical-coordinate representation of color #989EF1: hue angle of 235.96º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #989EF1 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 158 241 -
CMYK 0.37 0.34 0 0.05
HSL 235.96º 0.76% 0.77% -
HSV(B) 235.96º 0.37% 0.95% -
XYZ 41.05 37.48 88.29 -
YUV 165.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 152 158 241 0.37 0.34 0 0.05 235.96 0.76 0.77
Hex 98 9E F1 25 22 0 5 EC 4C 4D
Octal 230 236 361 45 42 0 5 354 114 115
Binary 10011000 10011110 11110001 100101 100010 0 101 11101100 1001100 1001101

Color Harmonies of #989EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EF1

Black with #989EF1

Text Example


Text Example

White with #989EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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