Html Css Color HEX #98A6DF Portage

📋 copy color: '#98A6DF'

red 152 ◦ green 166 ◦ blue 223

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

Shades of Portage #98A6DF

Tints of Portage #98A6DF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.68%

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

R = 28.1%
G = 30.68%
B = 41.22%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98A6DF (or 0x98A6DF) is known color: Portage. HEX triplet: 98, A6 and DF. RGB value is (152,166,223). Sum of RGB (Red+Green+Blue) = 152+166+223=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #98A6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A6DF is #675920. Grayscale: #A8A8A8. Windows color (decimal): -6773025 or 14657176. OLE color: 14657176.

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

Color convert

RGB 152 166 223 -
CMYK 0.32 0.26 0 0.13
HSL 228.17º 0.53% 0.74% -
HSV(B) 228.17º 0.32% 0.87% -
XYZ 39.9 39.28 75.29 -
YUV 168.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 152 166 223 0.32 0.26 0 0.13 228.17 0.53 0.74
Hex 98 A6 DF 20 1A 0 D E4 35 4A
Octal 230 246 337 40 32 0 15 344 65 112
Binary 10011000 10100110 11011111 100000 11010 0 1101 11100100 110101 1001010

Color Harmonies of #98A6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A6DF

Black with #98A6DF

Text Example


Text Example

White with #98A6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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