Html Css Color HEX #898CEB Portage

📋 copy color: '#898CEB'

red 137 ◦ green 140 ◦ blue 235

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

Shades of Portage #898CEB

Tints of Portage #898CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

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

R = 26.76%
G = 27.34%
B = 45.9%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#898CEB (or 0x898CEB) is known color: Portage. HEX triplet: 89, 8C and EB. RGB value is (137,140,235). Sum of RGB (Red+Green+Blue) = 137+140+235=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #898CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898CEB is #767314. Grayscale: #959595. Windows color (decimal): -7762709 or 15436937. OLE color: 15436937.

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

Color convert

RGB 137 140 235 -
CMYK 0.42 0.40 0 0.08
HSL 238.16º 0.71% 0.73% -
HSV(B) 238.16º 0.42% 0.92% -
XYZ 34.69 30.07 82.57 -
YUV 149.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 137 140 235 0.42 0.40 0 0.08 238.16 0.71 0.73
Hex 89 8C EB 2A 28 0 8 EE 47 49
Octal 211 214 353 52 50 0 10 356 107 111
Binary 10001001 10001100 11101011 101010 101000 0 1000 11101110 1000111 1001001

Color Harmonies of #898CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CEB

Black with #898CEB

Text Example


Text Example

White with #898CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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