Html Css Color HEX #98A2D7 Portage

📋 copy color: '#98A2D7'

red 152 ◦ green 162 ◦ blue 215

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

Shades of Portage #98A2D7

Tints of Portage #98A2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.64%

R = 28.73%
G = 30.62%
B = 40.64%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#98A2D7 (or 0x98A2D7) is known color: Portage. HEX triplet: 98, A2 and D7. RGB value is (152,162,215). Sum of RGB (Red+Green+Blue) = 152+162+215=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #98A2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A2D7 is #675D28. Grayscale: #A4A4A4. Windows color (decimal): -6774057 or 14131864. OLE color: 14131864.

HSL color Cylindrical-coordinate representation of color #98A2D7: hue angle of 230.48º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98A2D7 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 162 215 -
CMYK 0.29 0.25 0 0.16
HSL 230.48º 0.44% 0.72% -
HSV(B) 230.48º 0.29% 0.84% -
XYZ 38.13 37.42 69.5 -
YUV 165.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 152 162 215 0.29 0.25 0 0.16 230.48 0.44 0.72
Hex 98 A2 D7 1D 19 0 10 E6 2C 48
Octal 230 242 327 35 31 0 20 346 54 110
Binary 10011000 10100010 11010111 11101 11001 0 10000 11100110 101100 1001000

Color Harmonies of #98A2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A2D7

Black with #98A2D7

Text Example


Text Example

White with #98A2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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