Html Css Color HEX #979CDB Portage

📋 copy color: '#979CDB'

red 151 ◦ green 156 ◦ blue 219

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

Shades of Portage #979CDB

Tints of Portage #979CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.66%

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 28.71%
G = 29.66%
B = 41.63%

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

#979CDB (or 0x979CDB) is known color: Portage. HEX triplet: 97, 9C and DB. RGB value is (151,156,219). Sum of RGB (Red+Green+Blue) = 151+156+219=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #979CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CDB is #686324. Grayscale: #A1A1A1. Windows color (decimal): -6841125 or 14392471. OLE color: 14392471.

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

Color convert

RGB 151 156 219 -
CMYK 0.31 0.29 0 0.14
HSL 235.59º 0.49% 0.73% -
HSV(B) 235.59º 0.31% 0.86% -
XYZ 37.44 35.47 71.89 -
YUV 161.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 151 156 219 0.31 0.29 0 0.14 235.59 0.49 0.73
Hex 97 9C DB 1F 1D 0 E EC 31 49
Octal 227 234 333 37 35 0 16 354 61 111
Binary 10010111 10011100 11011011 11111 11101 0 1110 11101100 110001 1001001

Color Harmonies of #979CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979CDB

Black with #979CDB

Text Example


Text Example

White with #979CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,156,219); }

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

background-color css

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

 a { background-color: rgb(151,156,219); }

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

border-color css

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

 span { border-color: rgb(151,156,219); }

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