Html Css Color HEX #898CE6 Portage

📋 copy color: '#898CE6'

red 137 ◦ green 140 ◦ blue 230

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

Shades of Portage #898CE6

Tints of Portage #898CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.36%

R = 27.02%
G = 27.61%
B = 45.36%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#898CE6 (or 0x898CE6) is known color: Portage. HEX triplet: 89, 8C and E6. RGB value is (137,140,230). Sum of RGB (Red+Green+Blue) = 137+140+230=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #898CE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898CE6 is #767319. Grayscale: #959595. Windows color (decimal): -7762714 or 15109257. OLE color: 15109257.

HSL color Cylindrical-coordinate representation of color #898CE6: hue angle of 238.06º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #898CE6 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 137 140 230 -
CMYK 0.40 0.39 0 0.10
HSL 238.06º 0.65% 0.72% -
HSV(B) 238.06º 0.4% 0.9% -
XYZ 33.98 29.79 78.82 -
YUV 149.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 137 140 230 0.40 0.39 0 0.10 238.06 0.65 0.72
Hex 89 8C E6 28 27 0 A EE 41 48
Octal 211 214 346 50 47 0 12 356 101 110
Binary 10001001 10001100 11100110 101000 100111 0 1010 11101110 1000001 1001000

Color Harmonies of #898CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CE6

Black with #898CE6

Text Example


Text Example

White with #898CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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