Html Css Color HEX #8998CA Portage

📋 copy color: '#8998CA'

red 137 ◦ green 152 ◦ blue 202

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

Shades of Portage #8998CA

Tints of Portage #8998CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 27.9%
G = 30.96%
B = 41.14%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8998CA (or 0x8998CA) is known color: Portage. HEX triplet: 89, 98 and CA. RGB value is (137,152,202). Sum of RGB (Red+Green+Blue) = 137+152+202=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #8998CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998CA is #766735. Grayscale: #999999. Windows color (decimal): -7759670 or 13277321. OLE color: 13277321.

HSL color Cylindrical-coordinate representation of color #8998CA: hue angle of 226.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8998CA is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 152 202 -
CMYK 0.32 0.25 0 0.21
HSL 226.15º 0.38% 0.66% -
HSV(B) 226.15º 0.32% 0.79% -
XYZ 32.21 32.04 60.36 -
YUV 153.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 137 152 202 0.32 0.25 0 0.21 226.15 0.38 0.66
Hex 89 98 CA 20 19 0 15 E2 26 42
Octal 211 230 312 40 31 0 25 342 46 102
Binary 10001001 10011000 11001010 100000 11001 0 10101 11100010 100110 1000010

Color Harmonies of #8998CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8998CA

Black with #8998CA

Text Example


Text Example

White with #8998CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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