Html Css Color HEX #898FDC Portage

📋 copy color: '#898FDC'

red 137 ◦ green 143 ◦ blue 220

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

Shades of Portage #898FDC

Tints of Portage #898FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.6%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 27.4%
G = 28.6%
B = 44%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#898FDC (or 0x898FDC) is known color: Portage. HEX triplet: 89, 8F and DC. RGB value is (137,143,220). Sum of RGB (Red+Green+Blue) = 137+143+220=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #898FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FDC is #767023. Grayscale: #959595. Windows color (decimal): -7761956 or 14454665. OLE color: 14454665.

HSL color Cylindrical-coordinate representation of color #898FDC: hue angle of 235.66º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898FDC is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 143 220 -
CMYK 0.38 0.35 0 0.14
HSL 235.66º 0.54% 0.7% -
HSV(B) 235.66º 0.38% 0.86% -
XYZ 33.06 30.13 71.78 -
YUV 149.98 167.51 118.74 -
System Red Green Blue C M Y K H S L
Decimal 137 143 220 0.38 0.35 0 0.14 235.66 0.54 0.7
Hex 89 8F DC 26 23 0 E EC 36 46
Octal 211 217 334 46 43 0 16 354 66 106
Binary 10001001 10001111 11011100 100110 100011 0 1110 11101100 110110 1000110

Color Harmonies of #898FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898FDC

Black with #898FDC

Text Example


Text Example

White with #898FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,143,220); }

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

background-color css

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

 a { background-color: rgb(137,143,220); }

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

border-color css

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

 span { border-color: rgb(137,143,220); }

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