Html Css Color HEX #98A3DD Portage

📋 copy color: '#98A3DD'

red 152 ◦ green 163 ◦ blue 221

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

Shades of Portage #98A3DD

Tints of Portage #98A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.41%

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

R = 28.36%
G = 30.41%
B = 41.23%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98A3DD (or 0x98A3DD) is known color: Portage. HEX triplet: 98, A3 and DD. RGB value is (152,163,221). Sum of RGB (Red+Green+Blue) = 152+163+221=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #98A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A3DD is #675C22. Grayscale: #A6A6A6. Windows color (decimal): -6773795 or 14525336. OLE color: 14525336.

HSL color Cylindrical-coordinate representation of color #98A3DD: hue angle of 230.43º 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 #98A3DD is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 163 221 -
CMYK 0.31 0.26 0 0.13
HSL 230.43º 0.5% 0.73% -
HSV(B) 230.43º 0.31% 0.87% -
XYZ 39.1 38.09 73.7 -
YUV 166.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 152 163 221 0.31 0.26 0 0.13 230.43 0.5 0.73
Hex 98 A3 DD 1F 1A 0 D E6 32 49
Octal 230 243 335 37 32 0 15 346 62 111
Binary 10011000 10100011 11011101 11111 11010 0 1101 11100110 110010 1001001

Color Harmonies of #98A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A3DD

Black with #98A3DD

Text Example


Text Example

White with #98A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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