Html Css Color HEX #8998CC Portage

📋 copy color: '#8998CC'

red 137 ◦ green 152 ◦ blue 204

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

Shades of Portage #8998CC

Tints of Portage #8998CC

RGB

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

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

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

R = 27.79%
G = 30.83%
B = 41.38%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8998CC (or 0x8998CC) is known color: Portage. HEX triplet: 89, 98 and CC. RGB value is (137,152,204). Sum of RGB (Red+Green+Blue) = 137+152+204=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #8998CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998CC is #766733. Grayscale: #999999. Windows color (decimal): -7759668 or 13408393. OLE color: 13408393.

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

Color convert

RGB 137 152 204 -
CMYK 0.33 0.25 0 0.2
HSL 226.57º 0.4% 0.67% -
HSV(B) 226.57º 0.33% 0.8% -
XYZ 32.44 32.13 61.62 -
YUV 153.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 137 152 204 0.33 0.25 0 0.2 226.57 0.4 0.67
Hex 89 98 CC 21 19 0 14 E3 28 43
Octal 211 230 314 41 31 0 24 343 50 103
Binary 10001001 10011000 11001100 100001 11001 0 10100 11100011 101000 1000011

Color Harmonies of #8998CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8998CC

Black with #8998CC

Text Example


Text Example

White with #8998CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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