Html Css Color HEX #8998DF Portage

📋 copy color: '#8998DF'

red 137 ◦ green 152 ◦ blue 223

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

Shades of Portage #8998DF

Tints of Portage #8998DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 26.76%
G = 29.69%
B = 43.55%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8998DF (or 0x8998DF) is known color: Portage. HEX triplet: 89, 98 and DF. RGB value is (137,152,223). Sum of RGB (Red+Green+Blue) = 137+152+223=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #8998DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8998DF is #766720. Grayscale: #9B9B9B. Windows color (decimal): -7759649 or 14653577. OLE color: 14653577.

HSL color Cylindrical-coordinate representation of color #8998DF: hue angle of 229.53º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8998DF is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 152 223 -
CMYK 0.39 0.32 0 0.13
HSL 229.53º 0.57% 0.71% -
HSV(B) 229.53º 0.39% 0.87% -
XYZ 34.86 33.1 74.36 -
YUV 155.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 137 152 223 0.39 0.32 0 0.13 229.53 0.57 0.71
Hex 89 98 DF 27 20 0 D E6 39 47
Octal 211 230 337 47 40 0 15 346 71 107
Binary 10001001 10011000 11011111 100111 100000 0 1101 11100110 111001 1000111

Color Harmonies of #8998DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8998DF

Black with #8998DF

Text Example


Text Example

White with #8998DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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