Html Css Color HEX #898BEB Portage

📋 copy color: '#898BEB'

red 137 ◦ green 139 ◦ blue 235

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

Shades of Portage #898BEB

Tints of Portage #898BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.2%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 26.81%
G = 27.2%
B = 45.99%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#898BEB (or 0x898BEB) is known color: Portage. HEX triplet: 89, 8B and EB. RGB value is (137,139,235). Sum of RGB (Red+Green+Blue) = 137+139+235=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #898BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898BEB is #767414. Grayscale: #949494. Windows color (decimal): -7762965 or 15436681. OLE color: 15436681.

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

Color convert

RGB 137 139 235 -
CMYK 0.42 0.41 0 0.08
HSL 238.78º 0.71% 0.73% -
HSV(B) 238.78º 0.42% 0.92% -
XYZ 34.54 29.78 82.53 -
YUV 149.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 137 139 235 0.42 0.41 0 0.08 238.78 0.71 0.73
Hex 89 8B EB 2A 29 0 8 EF 47 49
Octal 211 213 353 52 51 0 10 357 107 111
Binary 10001001 10001011 11101011 101010 101001 0 1000 11101111 1000111 1001001

Color Harmonies of #898BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898BEB

Black with #898BEB

Text Example


Text Example

White with #898BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,139,235); }

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

background-color css

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

 a { background-color: rgb(137,139,235); }

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

border-color css

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

 span { border-color: rgb(137,139,235); }

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