Html Css Color HEX #98A2DF Portage

📋 copy color: '#98A2DF'

red 152 ◦ green 162 ◦ blue 223

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

Shades of Portage #98A2DF

Tints of Portage #98A2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.17%

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

R = 28.31%
G = 30.17%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98A2DF (or 0x98A2DF) is known color: Portage. HEX triplet: 98, A2 and DF. RGB value is (152,162,223). Sum of RGB (Red+Green+Blue) = 152+162+223=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #98A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A2DF is #675D20. Grayscale: #A5A5A5. Windows color (decimal): -6774049 or 14656152. OLE color: 14656152.

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

Color convert

RGB 152 162 223 -
CMYK 0.32 0.27 0 0.13
HSL 231.55º 0.53% 0.74% -
HSV(B) 231.55º 0.32% 0.87% -
XYZ 39.19 37.84 75.05 -
YUV 165.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 152 162 223 0.32 0.27 0 0.13 231.55 0.53 0.74
Hex 98 A2 DF 20 1B 0 D E8 35 4A
Octal 230 242 337 40 33 0 15 350 65 112
Binary 10011000 10100010 11011111 100000 11011 0 1101 11101000 110101 1001010

Color Harmonies of #98A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A2DF

Black with #98A2DF

Text Example


Text Example

White with #98A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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