Html Css Color HEX #989DDF Portage

📋 copy color: '#989DDF'

red 152 ◦ green 157 ◦ blue 223

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

Shades of Portage #989DDF

Tints of Portage #989DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.51%

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 28.57%
G = 29.51%
B = 41.92%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#989DDF (or 0x989DDF) is known color: Portage. HEX triplet: 98, 9D and DF. RGB value is (152,157,223). Sum of RGB (Red+Green+Blue) = 152+157+223=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #989DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DDF is #676220. Grayscale: #A2A2A2. Windows color (decimal): -6775329 or 14654872. OLE color: 14654872.

HSL color Cylindrical-coordinate representation of color #989DDF: hue angle of 235.77º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #989DDF is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 157 223 -
CMYK 0.32 0.30 0 0.13
HSL 235.77º 0.53% 0.74% -
HSV(B) 235.77º 0.32% 0.87% -
XYZ 38.33 36.12 74.76 -
YUV 163.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 152 157 223 0.32 0.30 0 0.13 235.77 0.53 0.74
Hex 98 9D DF 20 1E 0 D EC 35 4A
Octal 230 235 337 40 36 0 15 354 65 112
Binary 10011000 10011101 11011111 100000 11110 0 1101 11101100 110101 1001010

Color Harmonies of #989DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989DDF

Black with #989DDF

Text Example


Text Example

White with #989DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,157,223); }

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

background-color css

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

 a { background-color: rgb(152,157,223); }

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

border-color css

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

 span { border-color: rgb(152,157,223); }

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