Html Css Color HEX #898CE4 Portage

📋 copy color: '#898CE4'

red 137 ◦ green 140 ◦ blue 228

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

Shades of Portage #898CE4

Tints of Portage #898CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.15%

R = 27.13%
G = 27.72%
B = 45.15%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#898CE4 (or 0x898CE4) is known color: Portage. HEX triplet: 89, 8C and E4. RGB value is (137,140,228). Sum of RGB (Red+Green+Blue) = 137+140+228=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #898CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CE4 is #76731B. Grayscale: #949494. Windows color (decimal): -7762716 or 14978185. OLE color: 14978185.

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

Color convert

RGB 137 140 228 -
CMYK 0.40 0.39 0 0.11
HSL 238.02º 0.63% 0.72% -
HSV(B) 238.02º 0.4% 0.89% -
XYZ 33.7 29.68 77.35 -
YUV 149.14 172.51 119.34 -
System Red Green Blue C M Y K H S L
Decimal 137 140 228 0.40 0.39 0 0.11 238.02 0.63 0.72
Hex 89 8C E4 28 27 0 B EE 3F 48
Octal 211 214 344 50 47 0 13 356 77 110
Binary 10001001 10001100 11100100 101000 100111 0 1011 11101110 111111 1001000

Color Harmonies of #898CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CE4

Black with #898CE4

Text Example


Text Example

White with #898CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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