Html Css Color HEX #989FDB Portage

📋 copy color: '#989FDB'

red 152 ◦ green 159 ◦ blue 219

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

Shades of Portage #989FDB

Tints of Portage #989FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30%

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 28.68%
G = 30%
B = 41.32%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#989FDB (or 0x989FDB) is known color: Portage. HEX triplet: 98, 9F and DB. RGB value is (152,159,219). Sum of RGB (Red+Green+Blue) = 152+159+219=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #989FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989FDB is #676024. Grayscale: #A3A3A3. Windows color (decimal): -6774821 or 14393240. OLE color: 14393240.

HSL color Cylindrical-coordinate representation of color #989FDB: hue angle of 233.73º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #989FDB is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 159 219 -
CMYK 0.31 0.27 0 0.14
HSL 233.73º 0.48% 0.73% -
HSV(B) 233.73º 0.31% 0.86% -
XYZ 38.13 36.59 72.07 -
YUV 163.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 152 159 219 0.31 0.27 0 0.14 233.73 0.48 0.73
Hex 98 9F DB 1F 1B 0 E EA 30 49
Octal 230 237 333 37 33 0 16 352 60 111
Binary 10011000 10011111 11011011 11111 11011 0 1110 11101010 110000 1001001

Color Harmonies of #989FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989FDB

Black with #989FDB

Text Example


Text Example

White with #989FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,159,219); }

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

background-color css

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

 a { background-color: rgb(152,159,219); }

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

border-color css

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

 span { border-color: rgb(152,159,219); }

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