Html Css Color HEX #898AF1 Portage

📋 copy color: '#898AF1'

red 137 ◦ green 138 ◦ blue 241

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

Shades of Portage #898AF1

Tints of Portage #898AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.71%

R = 26.55%
G = 26.74%
B = 46.71%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#898AF1 (or 0x898AF1) is known color: Portage. HEX triplet: 89, 8A and F1. RGB value is (137,138,241). Sum of RGB (Red+Green+Blue) = 137+138+241=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #898AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898AF1 is #76750E. Grayscale: #959595. Windows color (decimal): -7763215 or 15829641. OLE color: 15829641.

HSL color Cylindrical-coordinate representation of color #898AF1: hue angle of 239.42º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #898AF1 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 138 241 -
CMYK 0.43 0.43 0 0.05
HSL 239.42º 0.79% 0.74% -
HSV(B) 239.42º 0.43% 0.95% -
XYZ 35.28 29.85 87.12 -
YUV 149.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 137 138 241 0.43 0.43 0 0.05 239.42 0.79 0.74
Hex 89 8A F1 2B 2B 0 5 EF 4F 4A
Octal 211 212 361 53 53 0 5 357 117 112
Binary 10001001 10001010 11110001 101011 101011 0 101 11101111 1001111 1001010

Color Harmonies of #898AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898AF1

Black with #898AF1

Text Example


Text Example

White with #898AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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