Html Css Color HEX #898BCD Portage

📋 copy color: '#898BCD'

red 137 ◦ green 139 ◦ blue 205

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

Shades of Portage #898BCD

Tints of Portage #898BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.9%

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

R = 28.48%
G = 28.9%
B = 42.62%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#898BCD (or 0x898BCD) is known color: Portage. HEX triplet: 89, 8B and CD. RGB value is (137,139,205). Sum of RGB (Red+Green+Blue) = 137+139+205=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #898BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BCD is #767432. Grayscale: #919191. Windows color (decimal): -7762995 or 13470601. OLE color: 13470601.

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

Color convert

RGB 137 139 205 -
CMYK 0.33 0.32 0 0.20
HSL 238.24º 0.4% 0.67% -
HSV(B) 238.24º 0.33% 0.8% -
XYZ 30.57 28.19 61.59 -
YUV 145.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 137 139 205 0.33 0.32 0 0.20 238.24 0.4 0.67
Hex 89 8B CD 21 20 0 14 EE 28 43
Octal 211 213 315 41 40 0 24 356 50 103
Binary 10001001 10001011 11001101 100001 100000 0 10100 11101110 101000 1000011

Color Harmonies of #898BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898BCD

Black with #898BCD

Text Example


Text Example

White with #898BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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