Html Css Color HEX #898CCE Portage

📋 copy color: '#898CCE'

red 137 ◦ green 140 ◦ blue 206

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

Shades of Portage #898CCE

Tints of Portage #898CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 28.36%
G = 28.99%
B = 42.65%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#898CCE (or 0x898CCE) is known color: Portage. HEX triplet: 89, 8C and CE. RGB value is (137,140,206). Sum of RGB (Red+Green+Blue) = 137+140+206=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #898CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CCE is #767331. Grayscale: #929292. Windows color (decimal): -7762738 or 13536393. OLE color: 13536393.

HSL color Cylindrical-coordinate representation of color #898CCE: hue angle of 237.39º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898CCE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 140 206 -
CMYK 0.33 0.32 0 0.19
HSL 237.39º 0.41% 0.67% -
HSV(B) 237.39º 0.33% 0.81% -
XYZ 30.84 28.53 62.27 -
YUV 146.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 137 140 206 0.33 0.32 0 0.19 237.39 0.41 0.67
Hex 89 8C CE 21 20 0 13 ED 29 43
Octal 211 214 316 41 40 0 23 355 51 103
Binary 10001001 10001100 11001110 100001 100000 0 10011 11101101 101001 1000011

Color Harmonies of #898CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CCE

Black with #898CCE

Text Example


Text Example

White with #898CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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