Html Css Color HEX #898ACF Portage

📋 copy color: '#898ACF'

red 137 ◦ green 138 ◦ blue 207

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

Shades of Portage #898ACF

Tints of Portage #898ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 28.42%
G = 28.63%
B = 42.95%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#898ACF (or 0x898ACF) is known color: Portage. HEX triplet: 89, 8A and CF. RGB value is (137,138,207). Sum of RGB (Red+Green+Blue) = 137+138+207=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #898ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ACF is #767530. Grayscale: #919191. Windows color (decimal): -7763249 or 13601417. OLE color: 13601417.

HSL color Cylindrical-coordinate representation of color #898ACF: hue angle of 239.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #898ACF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 138 207 -
CMYK 0.34 0.33 0 0.19
HSL 239.14º 0.42% 0.67% -
HSV(B) 239.14º 0.34% 0.81% -
XYZ 30.67 28 62.82 -
YUV 145.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 137 138 207 0.34 0.33 0 0.19 239.14 0.42 0.67
Hex 89 8A CF 22 21 0 13 EF 2A 43
Octal 211 212 317 42 41 0 23 357 52 103
Binary 10001001 10001010 11001111 100010 100001 0 10011 11101111 101010 1000011

Color Harmonies of #898ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898ACF

Black with #898ACF

Text Example


Text Example

White with #898ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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