Html Css Color HEX #98A1DD Portage

📋 copy color: '#98A1DD'

red 152 ◦ green 161 ◦ blue 221

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

Shades of Portage #98A1DD

Tints of Portage #98A1DD

RGB

 RED value IS 152 (59.77% from 255) = 28.46%

 GREEN value IS 161 (63.28% from 255) = 30.15%

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 28.46%
G = 30.15%
B = 41.39%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98A1DD (or 0x98A1DD) is known color: Portage. HEX triplet: 98, A1 and DD. RGB value is (152,161,221). Sum of RGB (Red+Green+Blue) = 152+161+221=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #98A1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1DD is #675E22. Grayscale: #A4A4A4. Windows color (decimal): -6774307 or 14524824. OLE color: 14524824.

HSL color Cylindrical-coordinate representation of color #98A1DD: hue angle of 232.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A1DD is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 161 221 -
CMYK 0.31 0.27 0 0.13
HSL 232.17º 0.5% 0.73% -
HSV(B) 232.17º 0.31% 0.87% -
XYZ 38.74 37.39 73.58 -
YUV 165.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 152 161 221 0.31 0.27 0 0.13 232.17 0.5 0.73
Hex 98 A1 DD 1F 1B 0 D E8 32 49
Octal 230 241 335 37 33 0 15 350 62 111
Binary 10011000 10100001 11011101 11111 11011 0 1101 11101000 110010 1001001

Color Harmonies of #98A1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A1DD

Black with #98A1DD

Text Example


Text Example

White with #98A1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A1DD; }

 p { color: rgb(152,161,221); }

 H1.HeaderClassName
 {
   color: #98A1DD;
 }
 .AnyTagClassName
 {
   color: #98A1DD;
 }
</style>

background-color css

<style>
 a { background-color: #98A1DD; }

 a { background-color: rgb(152,161,221); }

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

border-color css

<style>
 span { border-color: #98A1DD; }

 span { border-color: rgb(152,161,221); }

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