Html Css Color HEX #979DDC Portage

📋 copy color: '#979DDC'

red 151 ◦ green 157 ◦ blue 220

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

Shades of Portage #979DDC

Tints of Portage #979DDC

RGB

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

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

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

R = 28.6%
G = 29.73%
B = 41.67%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#979DDC (or 0x979DDC) is known color: Portage. HEX triplet: 97, 9D and DC. RGB value is (151,157,220). Sum of RGB (Red+Green+Blue) = 151+157+220=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #979DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DDC is #686223. Grayscale: #A2A2A2. Windows color (decimal): -6840868 or 14458263. OLE color: 14458263.

HSL color Cylindrical-coordinate representation of color #979DDC: hue angle of 234.78º degrees, saturation: 0.5, 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 #979DDC is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 157 220 -
CMYK 0.31 0.29 0 0.14
HSL 234.78º 0.5% 0.73% -
HSV(B) 234.78º 0.31% 0.86% -
XYZ 37.74 35.86 72.64 -
YUV 162.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 151 157 220 0.31 0.29 0 0.14 234.78 0.5 0.73
Hex 97 9D DC 1F 1D 0 E EB 32 49
Octal 227 235 334 37 35 0 16 353 62 111
Binary 10010111 10011101 11011100 11111 11101 0 1110 11101011 110010 1001001

Color Harmonies of #979DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DDC

Black with #979DDC

Text Example


Text Example

White with #979DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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