Html Css Color HEX #989EDD Portage

📋 copy color: '#989EDD'

red 152 ◦ green 158 ◦ blue 221

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

Shades of Portage #989EDD

Tints of Portage #989EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.62%

R = 28.63%
G = 29.76%
B = 41.62%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#989EDD (or 0x989EDD) is known color: Portage. HEX triplet: 98, 9E and DD. RGB value is (152,158,221). Sum of RGB (Red+Green+Blue) = 152+158+221=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #989EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EDD is #676122. Grayscale: #A3A3A3. Windows color (decimal): -6775075 or 14524056. OLE color: 14524056.

HSL color Cylindrical-coordinate representation of color #989EDD: hue angle of 234.78º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #989EDD is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 158 221 -
CMYK 0.31 0.29 0 0.13
HSL 234.78º 0.5% 0.73% -
HSV(B) 234.78º 0.31% 0.87% -
XYZ 38.23 36.35 73.41 -
YUV 163.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 152 158 221 0.31 0.29 0 0.13 234.78 0.5 0.73
Hex 98 9E DD 1F 1D 0 D EB 32 49
Octal 230 236 335 37 35 0 15 353 62 111
Binary 10011000 10011110 11011101 11111 11101 0 1101 11101011 110010 1001001

Color Harmonies of #989EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EDD

Black with #989EDD

Text Example


Text Example

White with #989EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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