Html Css Color HEX #98A7DD Portage

📋 copy color: '#98A7DD'

red 152 ◦ green 167 ◦ blue 221

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

Shades of Portage #98A7DD

Tints of Portage #98A7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.93%

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 28.15%
G = 30.93%
B = 40.93%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#98A7DD (or 0x98A7DD) is known color: Portage. HEX triplet: 98, A7 and DD. RGB value is (152,167,221). Sum of RGB (Red+Green+Blue) = 152+167+221=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #98A7DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A7DD is #675822. Grayscale: #A8A8A8. Windows color (decimal): -6772771 or 14526360. OLE color: 14526360.

HSL color Cylindrical-coordinate representation of color #98A7DD: hue angle of 226.96º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A7DD is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 167 221 -
CMYK 0.31 0.24 0 0.13
HSL 226.96º 0.5% 0.73% -
HSV(B) 226.96º 0.31% 0.87% -
XYZ 39.82 39.53 73.94 -
YUV 168.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 152 167 221 0.31 0.24 0 0.13 226.96 0.5 0.73
Hex 98 A7 DD 1F 18 0 D E3 32 49
Octal 230 247 335 37 30 0 15 343 62 111
Binary 10011000 10100111 11011101 11111 11000 0 1101 11100011 110010 1001001

Color Harmonies of #98A7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A7DD

Black with #98A7DD

Text Example


Text Example

White with #98A7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,167,221); }

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

background-color css

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

 a { background-color: rgb(152,167,221); }

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

border-color css

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

 span { border-color: rgb(152,167,221); }

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