Html Css Color HEX #898DED Portage

📋 copy color: '#898DED'

red 137 ◦ green 141 ◦ blue 237

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

Shades of Portage #898DED

Tints of Portage #898DED

RGB

 RED value IS 137 (53.91% from 255) = 26.6%

 GREEN value IS 141 (55.47% from 255) = 27.38%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 26.6%
G = 27.38%
B = 46.02%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#898DED (or 0x898DED) is known color: Portage. HEX triplet: 89, 8D and ED. RGB value is (137,141,237). Sum of RGB (Red+Green+Blue) = 137+141+237=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #898DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898DED is #767212. Grayscale: #969696. Windows color (decimal): -7762451 or 15568265. OLE color: 15568265.

HSL color Cylindrical-coordinate representation of color #898DED: hue angle of 237.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #898DED is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 141 237 -
CMYK 0.42 0.41 0 0.07
HSL 237.6º 0.74% 0.73% -
HSV(B) 237.6º 0.42% 0.93% -
XYZ 35.13 30.48 84.15 -
YUV 150.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 137 141 237 0.42 0.41 0 0.07 237.6 0.74 0.73
Hex 89 8D ED 2A 29 0 7 EE 4A 49
Octal 211 215 355 52 51 0 7 356 112 111
Binary 10001001 10001101 11101101 101010 101001 0 111 11101110 1001010 1001001

Color Harmonies of #898DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898DED

Black with #898DED

Text Example


Text Example

White with #898DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898DED; }

 p { color: rgb(137,141,237); }

 H1.HeaderClassName
 {
   color: #898DED;
 }
 .AnyTagClassName
 {
   color: #898DED;
 }
</style>

background-color css

<style>
 a { background-color: #898DED; }

 a { background-color: rgb(137,141,237); }

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

border-color css

<style>
 span { border-color: #898DED; }

 span { border-color: rgb(137,141,237); }

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