Html Css Color HEX #98A8DF Portage

📋 copy color: '#98A8DF'

red 152 ◦ green 168 ◦ blue 223

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

Shades of Portage #98A8DF

Tints of Portage #98A8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

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

R = 27.99%
G = 30.94%
B = 41.07%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98A8DF (or 0x98A8DF) is known color: Portage. HEX triplet: 98, A8 and DF. RGB value is (152,168,223). Sum of RGB (Red+Green+Blue) = 152+168+223=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #98A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A8DF is #675720. Grayscale: #A9A9A9. Windows color (decimal): -6772513 or 14657688. OLE color: 14657688.

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

Color convert

RGB 152 168 223 -
CMYK 0.32 0.25 0 0.13
HSL 226.48º 0.53% 0.74% -
HSV(B) 226.48º 0.32% 0.87% -
XYZ 40.27 40.01 75.41 -
YUV 169.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 152 168 223 0.32 0.25 0 0.13 226.48 0.53 0.74
Hex 98 A8 DF 20 19 0 D E2 35 4A
Octal 230 250 337 40 31 0 15 342 65 112
Binary 10011000 10101000 11011111 100000 11001 0 1101 11100010 110101 1001010

Color Harmonies of #98A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A8DF

Black with #98A8DF

Text Example


Text Example

White with #98A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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