Html Css Color HEX #898DCE Portage

📋 copy color: '#898DCE'

red 137 ◦ green 141 ◦ blue 206

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

Shades of Portage #898DCE

Tints of Portage #898DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.13%

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

R = 28.31%
G = 29.13%
B = 42.56%

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

#898DCE (or 0x898DCE) is known color: Portage. HEX triplet: 89, 8D and CE. RGB value is (137,141,206). Sum of RGB (Red+Green+Blue) = 137+141+206=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #898DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DCE is #767231. Grayscale: #929292. Windows color (decimal): -7762482 or 13536649. OLE color: 13536649.

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

Color convert

RGB 137 141 206 -
CMYK 0.33 0.32 0 0.19
HSL 236.52º 0.41% 0.67% -
HSV(B) 236.52º 0.33% 0.81% -
XYZ 30.98 28.82 62.32 -
YUV 147.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 137 141 206 0.33 0.32 0 0.19 236.52 0.41 0.67
Hex 89 8D CE 21 20 0 13 ED 29 43
Octal 211 215 316 41 40 0 23 355 51 103
Binary 10001001 10001101 11001110 100001 100000 0 10011 11101101 101001 1000011

Color Harmonies of #898DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898DCE

Black with #898DCE

Text Example


Text Example

White with #898DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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