Html Css Color HEX #989DE6 Portage

📋 copy color: '#989DE6'

red 152 ◦ green 157 ◦ blue 230

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

Shades of Portage #989DE6

Tints of Portage #989DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.67%

R = 28.2%
G = 29.13%
B = 42.67%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#989DE6 (or 0x989DE6) is known color: Portage. HEX triplet: 98, 9D and E6. RGB value is (152,157,230). Sum of RGB (Red+Green+Blue) = 152+157+230=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #989DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #989DE6 is #676219. Grayscale: #A3A3A3. Windows color (decimal): -6775322 or 15113624. OLE color: 15113624.

HSL color Cylindrical-coordinate representation of color #989DE6: hue angle of 236.15º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #989DE6 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 157 230 -
CMYK 0.34 0.32 0 0.10
HSL 236.15º 0.61% 0.75% -
HSV(B) 236.15º 0.34% 0.9% -
XYZ 39.29 36.5 79.84 -
YUV 163.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 152 157 230 0.34 0.32 0 0.10 236.15 0.61 0.75
Hex 98 9D E6 22 20 0 A EC 3D 4B
Octal 230 235 346 42 40 0 12 354 75 113
Binary 10011000 10011101 11100110 100010 100000 0 1010 11101100 111101 1001011

Color Harmonies of #989DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989DE6

Black with #989DE6

Text Example


Text Example

White with #989DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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