Html Css Color HEX #989CDE Portage

📋 copy color: '#989CDE'

red 152 ◦ green 156 ◦ blue 222

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

Shades of Portage #989CDE

Tints of Portage #989CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.43%

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 28.68%
G = 29.43%
B = 41.89%

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

#989CDE (or 0x989CDE) is known color: Portage. HEX triplet: 98, 9C and DE. RGB value is (152,156,222). Sum of RGB (Red+Green+Blue) = 152+156+222=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #989CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989CDE is #676321. Grayscale: #A2A2A2. Windows color (decimal): -6775586 or 14589080. OLE color: 14589080.

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

Color convert

RGB 152 156 222 -
CMYK 0.32 0.30 0 0.13
HSL 236.57º 0.51% 0.73% -
HSV(B) 236.57º 0.32% 0.87% -
XYZ 38.02 35.73 74 -
YUV 162.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 152 156 222 0.32 0.30 0 0.13 236.57 0.51 0.73
Hex 98 9C DE 20 1E 0 D ED 33 49
Octal 230 234 336 40 36 0 15 355 63 111
Binary 10011000 10011100 11011110 100000 11110 0 1101 11101101 110011 1001001

Color Harmonies of #989CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989CDE

Black with #989CDE

Text Example


Text Example

White with #989CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,156,222); }

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

background-color css

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

 a { background-color: rgb(152,156,222); }

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

border-color css

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

 span { border-color: rgb(152,156,222); }

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