Html Css Color HEX #989BDF Portage

📋 copy color: '#989BDF'

red 152 ◦ green 155 ◦ blue 223

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

Shades of Portage #989BDF

Tints of Portage #989BDF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.25%

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

R = 28.68%
G = 29.25%
B = 42.08%

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

#989BDF (or 0x989BDF) is known color: Portage. HEX triplet: 98, 9B and DF. RGB value is (152,155,223). Sum of RGB (Red+Green+Blue) = 152+155+223=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #989BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BDF is #676420. Grayscale: #A1A1A1. Windows color (decimal): -6775841 or 14654360. OLE color: 14654360.

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

Color convert

RGB 152 155 223 -
CMYK 0.32 0.30 0 0.13
HSL 237.46º 0.53% 0.74% -
HSV(B) 237.46º 0.32% 0.87% -
XYZ 37.99 35.45 74.65 -
YUV 161.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 152 155 223 0.32 0.30 0 0.13 237.46 0.53 0.74
Hex 98 9B DF 20 1E 0 D ED 35 4A
Octal 230 233 337 40 36 0 15 355 65 112
Binary 10011000 10011011 11011111 100000 11110 0 1101 11101101 110101 1001010

Color Harmonies of #989BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BDF

Black with #989BDF

Text Example


Text Example

White with #989BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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