Html Css Color HEX #8998CD Portage

📋 copy color: '#8998CD'

red 137 ◦ green 152 ◦ blue 205

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

Shades of Portage #8998CD

Tints of Portage #8998CD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.77%

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

R = 27.73%
G = 30.77%
B = 41.5%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8998CD (or 0x8998CD) is known color: Portage. HEX triplet: 89, 98 and CD. RGB value is (137,152,205). Sum of RGB (Red+Green+Blue) = 137+152+205=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #8998CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998CD is #766732. Grayscale: #999999. Windows color (decimal): -7759667 or 13473929. OLE color: 13473929.

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

Color convert

RGB 137 152 205 -
CMYK 0.33 0.26 0 0.20
HSL 226.76º 0.4% 0.67% -
HSV(B) 226.76º 0.33% 0.8% -
XYZ 32.56 32.18 62.25 -
YUV 153.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 137 152 205 0.33 0.26 0 0.20 226.76 0.4 0.67
Hex 89 98 CD 21 1A 0 14 E3 28 43
Octal 211 230 315 41 32 0 24 343 50 103
Binary 10001001 10011000 11001101 100001 11010 0 10100 11100011 101000 1000011

Color Harmonies of #8998CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8998CD

Black with #8998CD

Text Example


Text Example

White with #8998CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8998CD; }

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

 H1.HeaderClassName
 {
   color: #8998CD;
 }
 .AnyTagClassName
 {
   color: #8998CD;
 }
</style>

background-color css

<style>
 a { background-color: #8998CD; }

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

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

border-color css

<style>
 span { border-color: #8998CD; }

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

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