Html Css Color HEX #98A0DC Portage

📋 copy color: '#98A0DC'

red 152 ◦ green 160 ◦ blue 220

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

Shades of Portage #98A0DC

Tints of Portage #98A0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 28.57%
G = 30.08%
B = 41.35%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98A0DC (or 0x98A0DC) is known color: Portage. HEX triplet: 98, A0 and DC. RGB value is (152,160,220). Sum of RGB (Red+Green+Blue) = 152+160+220=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #98A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0DC is #675F23. Grayscale: #A4A4A4. Windows color (decimal): -6774564 or 14459032. OLE color: 14459032.

HSL color Cylindrical-coordinate representation of color #98A0DC: hue angle of 232.94º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98A0DC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 160 220 -
CMYK 0.31 0.27 0 0.14
HSL 232.94º 0.49% 0.73% -
HSV(B) 232.94º 0.31% 0.86% -
XYZ 38.44 36.98 72.82 -
YUV 164.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 152 160 220 0.31 0.27 0 0.14 232.94 0.49 0.73
Hex 98 A0 DC 1F 1B 0 E E9 31 49
Octal 230 240 334 37 33 0 16 351 61 111
Binary 10011000 10100000 11011100 11111 11011 0 1110 11101001 110001 1001001

Color Harmonies of #98A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A0DC

Black with #98A0DC

Text Example


Text Example

White with #98A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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