Html Css Color HEX #898AED Portage

📋 copy color: '#898AED'

red 137 ◦ green 138 ◦ blue 237

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

Shades of Portage #898AED

Tints of Portage #898AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.95%

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

R = 26.76%
G = 26.95%
B = 46.29%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#898AED (or 0x898AED) is known color: Portage. HEX triplet: 89, 8A and ED. RGB value is (137,138,237). Sum of RGB (Red+Green+Blue) = 137+138+237=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #898AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AED is #767512. Grayscale: #949494. Windows color (decimal): -7763219 or 15567497. OLE color: 15567497.

HSL color Cylindrical-coordinate representation of color #898AED: hue angle of 239.4º 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 #898AED is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 138 237 -
CMYK 0.42 0.42 0 0.07
HSL 239.4º 0.74% 0.73% -
HSV(B) 239.4º 0.42% 0.93% -
XYZ 34.69 29.61 84.01 -
YUV 148.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 137 138 237 0.42 0.42 0 0.07 239.4 0.74 0.73
Hex 89 8A ED 2A 2A 0 7 EF 4A 49
Octal 211 212 355 52 52 0 7 357 112 111
Binary 10001001 10001010 11101101 101010 101010 0 111 11101111 1001010 1001001

Color Harmonies of #898AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898AED

Black with #898AED

Text Example


Text Example

White with #898AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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