Html Css Color HEX #98A0D7 Portage

📋 copy color: '#98A0D7'

red 152 ◦ green 160 ◦ blue 215

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

Shades of Portage #98A0D7

Tints of Portage #98A0D7

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.36%

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

R = 28.84%
G = 30.36%
B = 40.8%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#98A0D7 (or 0x98A0D7) is known color: Portage. HEX triplet: 98, A0 and D7. RGB value is (152,160,215). Sum of RGB (Red+Green+Blue) = 152+160+215=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #98A0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0D7 is #675F28. Grayscale: #A3A3A3. Windows color (decimal): -6774569 or 14131352. OLE color: 14131352.

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

Color convert

RGB 152 160 215 -
CMYK 0.29 0.26 0 0.16
HSL 232.38º 0.44% 0.72% -
HSV(B) 232.38º 0.29% 0.84% -
XYZ 37.79 36.72 69.39 -
YUV 163.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 152 160 215 0.29 0.26 0 0.16 232.38 0.44 0.72
Hex 98 A0 D7 1D 1A 0 10 E8 2C 48
Octal 230 240 327 35 32 0 20 350 54 110
Binary 10011000 10100000 11010111 11101 11010 0 10000 11101000 101100 1001000

Color Harmonies of #98A0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A0D7

Black with #98A0D7

Text Example


Text Example

White with #98A0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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