Html Css Color HEX #898FCF Portage

📋 copy color: '#898FCF'

red 137 ◦ green 143 ◦ blue 207

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

Shades of Portage #898FCF

Tints of Portage #898FCF

RGB

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

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

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

R = 28.13%
G = 29.36%
B = 42.51%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#898FCF (or 0x898FCF) is known color: Portage. HEX triplet: 89, 8F and CF. RGB value is (137,143,207). Sum of RGB (Red+Green+Blue) = 137+143+207=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #898FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FCF is #767030. Grayscale: #949494. Windows color (decimal): -7761969 or 13602697. OLE color: 13602697.

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

Color convert

RGB 137 143 207 -
CMYK 0.34 0.31 0 0.19
HSL 234.86º 0.42% 0.67% -
HSV(B) 234.86º 0.34% 0.81% -
XYZ 31.4 29.47 63.06 -
YUV 148.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 137 143 207 0.34 0.31 0 0.19 234.86 0.42 0.67
Hex 89 8F CF 22 1F 0 13 EB 2A 43
Octal 211 217 317 42 37 0 23 353 52 103
Binary 10001001 10001111 11001111 100010 11111 0 10011 11101011 101010 1000011

Color Harmonies of #898FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898FCF

Black with #898FCF

Text Example


Text Example

White with #898FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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