Html Css Color HEX #898CCC Portage

📋 copy color: '#898CCC'

red 137 ◦ green 140 ◦ blue 204

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

Shades of Portage #898CCC

Tints of Portage #898CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.11%

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 28.48%
G = 29.11%
B = 42.41%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#898CCC (or 0x898CCC) is known color: Portage. HEX triplet: 89, 8C and CC. RGB value is (137,140,204). Sum of RGB (Red+Green+Blue) = 137+140+204=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #898CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CCC is #767333. Grayscale: #929292. Windows color (decimal): -7762740 or 13405321. OLE color: 13405321.

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

Color convert

RGB 137 140 204 -
CMYK 0.33 0.31 0 0.2
HSL 237.31º 0.4% 0.67% -
HSV(B) 237.31º 0.33% 0.8% -
XYZ 30.59 28.43 61 -
YUV 146.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 137 140 204 0.33 0.31 0 0.2 237.31 0.4 0.67
Hex 89 8C CC 21 1F 0 14 ED 28 43
Octal 211 214 314 41 37 0 24 355 50 103
Binary 10001001 10001100 11001100 100001 11111 0 10100 11101101 101000 1000011

Color Harmonies of #898CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CCC

Black with #898CCC

Text Example


Text Example

White with #898CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,140,204); }

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

background-color css

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

 a { background-color: rgb(137,140,204); }

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

border-color css

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

 span { border-color: rgb(137,140,204); }

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