Html Css Color HEX #898FCD Portage

📋 copy color: '#898FCD'

red 137 ◦ green 143 ◦ blue 205

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

Shades of Portage #898FCD

Tints of Portage #898FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 28.25%
G = 29.48%
B = 42.27%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#898FCD (or 0x898FCD) is known color: Portage. HEX triplet: 89, 8F and CD. RGB value is (137,143,205). Sum of RGB (Red+Green+Blue) = 137+143+205=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #898FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FCD is #767032. Grayscale: #949494. Windows color (decimal): -7761971 or 13471625. OLE color: 13471625.

HSL color Cylindrical-coordinate representation of color #898FCD: hue angle of 234.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898FCD is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 143 205 -
CMYK 0.33 0.30 0 0.20
HSL 234.71º 0.4% 0.67% -
HSV(B) 234.71º 0.33% 0.8% -
XYZ 31.16 29.37 61.78 -
YUV 148.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 137 143 205 0.33 0.30 0 0.20 234.71 0.4 0.67
Hex 89 8F CD 21 1E 0 14 EB 28 43
Octal 211 217 315 41 36 0 24 353 50 103
Binary 10001001 10001111 11001101 100001 11110 0 10100 11101011 101000 1000011

Color Harmonies of #898FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898FCD

Black with #898FCD

Text Example


Text Example

White with #898FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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