Html Css Color HEX #898DCF Portage

📋 copy color: '#898DCF'

red 137 ◦ green 141 ◦ blue 207

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

Shades of Portage #898DCF

Tints of Portage #898DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

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

R = 28.25%
G = 29.07%
B = 42.68%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#898DCF (or 0x898DCF) is known color: Portage. HEX triplet: 89, 8D and CF. RGB value is (137,141,207). Sum of RGB (Red+Green+Blue) = 137+141+207=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #898DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DCF is #767230. Grayscale: #939393. Windows color (decimal): -7762481 or 13602185. OLE color: 13602185.

HSL color Cylindrical-coordinate representation of color #898DCF: hue angle of 236.57º 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 #898DCF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 141 207 -
CMYK 0.34 0.32 0 0.19
HSL 236.57º 0.42% 0.67% -
HSV(B) 236.57º 0.34% 0.81% -
XYZ 31.1 28.87 62.97 -
YUV 147.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 137 141 207 0.34 0.32 0 0.19 236.57 0.42 0.67
Hex 89 8D CF 22 20 0 13 ED 2A 43
Octal 211 215 317 42 40 0 23 355 52 103
Binary 10001001 10001101 11001111 100010 100000 0 10011 11101101 101010 1000011

Color Harmonies of #898DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898DCF

Black with #898DCF

Text Example


Text Example

White with #898DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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