Html Css Color HEX #979DDD Portage

📋 copy color: '#979DDD'

red 151 ◦ green 157 ◦ blue 221

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

Shades of Portage #979DDD

Tints of Portage #979DDD

RGB

 RED value IS 151 (59.38% from 255) = 28.54%

 GREEN value IS 157 (61.72% from 255) = 29.68%

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

R = 28.54%
G = 29.68%
B = 41.78%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#979DDD (or 0x979DDD) is known color: Portage. HEX triplet: 97, 9D and DD. RGB value is (151,157,221). Sum of RGB (Red+Green+Blue) = 151+157+221=529 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.54% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #979DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DDD is #686222. Grayscale: #A2A2A2. Windows color (decimal): -6840867 or 14523799. OLE color: 14523799.

HSL color Cylindrical-coordinate representation of color #979DDD: hue angle of 234.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #979DDD is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 157 221 -
CMYK 0.32 0.29 0 0.13
HSL 234.86º 0.51% 0.73% -
HSV(B) 234.86º 0.32% 0.87% -
XYZ 37.87 35.91 73.34 -
YUV 162.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 151 157 221 0.32 0.29 0 0.13 234.86 0.51 0.73
Hex 97 9D DD 20 1D 0 D EB 33 49
Octal 227 235 335 40 35 0 15 353 63 111
Binary 10010111 10011101 11011101 100000 11101 0 1101 11101011 110011 1001001

Color Harmonies of #979DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DDD

Black with #979DDD

Text Example


Text Example

White with #979DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979DDD; }

 p { color: rgb(151,157,221); }

 H1.HeaderClassName
 {
   color: #979DDD;
 }
 .AnyTagClassName
 {
   color: #979DDD;
 }
</style>

background-color css

<style>
 a { background-color: #979DDD; }

 a { background-color: rgb(151,157,221); }

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

border-color css

<style>
 span { border-color: #979DDD; }

 span { border-color: rgb(151,157,221); }

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