Html Css Color HEX #989EDF Portage

📋 copy color: '#989EDF'

red 152 ◦ green 158 ◦ blue 223

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

Shades of Portage #989EDF

Tints of Portage #989EDF

RGB

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

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

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

R = 28.52%
G = 29.64%
B = 41.84%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#989EDF (or 0x989EDF) is known color: Portage. HEX triplet: 98, 9E and DF. RGB value is (152,158,223). Sum of RGB (Red+Green+Blue) = 152+158+223=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #989EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EDF is #676120. Grayscale: #A3A3A3. Windows color (decimal): -6775073 or 14655128. OLE color: 14655128.

HSL color Cylindrical-coordinate representation of color #989EDF: hue angle of 234.93º 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 #989EDF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 158 223 -
CMYK 0.32 0.29 0 0.13
HSL 234.93º 0.53% 0.74% -
HSV(B) 234.93º 0.32% 0.87% -
XYZ 38.5 36.46 74.82 -
YUV 163.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 152 158 223 0.32 0.29 0 0.13 234.93 0.53 0.74
Hex 98 9E DF 20 1D 0 D EB 35 4A
Octal 230 236 337 40 35 0 15 353 65 112
Binary 10011000 10011110 11011111 100000 11101 0 1101 11101011 110101 1001010

Color Harmonies of #989EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989EDF

Black with #989EDF

Text Example


Text Example

White with #989EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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