Html Css Color HEX #98A3DC Portage

📋 copy color: '#98A3DC'

red 152 ◦ green 163 ◦ blue 220

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

Shades of Portage #98A3DC

Tints of Portage #98A3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 28.41%
G = 30.47%
B = 41.12%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98A3DC (or 0x98A3DC) is known color: Portage. HEX triplet: 98, A3 and DC. RGB value is (152,163,220). Sum of RGB (Red+Green+Blue) = 152+163+220=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #98A3DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A3DC is #675C23. Grayscale: #A5A5A5. Windows color (decimal): -6773796 or 14459800. OLE color: 14459800.

HSL color Cylindrical-coordinate representation of color #98A3DC: hue angle of 230.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A3DC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 163 220 -
CMYK 0.31 0.26 0 0.14
HSL 230.29º 0.49% 0.73% -
HSV(B) 230.29º 0.31% 0.86% -
XYZ 38.96 38.04 73 -
YUV 166.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 152 163 220 0.31 0.26 0 0.14 230.29 0.49 0.73
Hex 98 A3 DC 1F 1A 0 E E6 31 49
Octal 230 243 334 37 32 0 16 346 61 111
Binary 10011000 10100011 11011100 11111 11010 0 1110 11100110 110001 1001001

Color Harmonies of #98A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A3DC

Black with #98A3DC

Text Example


Text Example

White with #98A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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