Html Css Color HEX #989DE5 Portage

📋 copy color: '#989DE5'

red 152 ◦ green 157 ◦ blue 229

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

Shades of Portage #989DE5

Tints of Portage #989DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.57%

R = 28.25%
G = 29.18%
B = 42.57%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#989DE5 (or 0x989DE5) is known color: Portage. HEX triplet: 98, 9D and E5. RGB value is (152,157,229). Sum of RGB (Red+Green+Blue) = 152+157+229=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #989DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989DE5 is #67621A. Grayscale: #A3A3A3. Windows color (decimal): -6775323 or 15048088. OLE color: 15048088.

HSL color Cylindrical-coordinate representation of color #989DE5: hue angle of 236.1º degrees, saturation: 0.6, 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 #989DE5 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 157 229 -
CMYK 0.34 0.31 0 0.10
HSL 236.1º 0.6% 0.75% -
HSV(B) 236.1º 0.34% 0.9% -
XYZ 39.15 36.45 79.1 -
YUV 163.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 152 157 229 0.34 0.31 0 0.10 236.1 0.6 0.75
Hex 98 9D E5 22 1F 0 A EC 3C 4B
Octal 230 235 345 42 37 0 12 354 74 113
Binary 10011000 10011101 11100101 100010 11111 0 1010 11101100 111100 1001011

Color Harmonies of #989DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989DE5

Black with #989DE5

Text Example


Text Example

White with #989DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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