Html Css Color HEX #979FDE Portage

📋 copy color: '#979FDE'

red 151 ◦ green 159 ◦ blue 222

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

Shades of Portage #979FDE

Tints of Portage #979FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.89%

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 28.38%
G = 29.89%
B = 41.73%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#979FDE (or 0x979FDE) is known color: Portage. HEX triplet: 97, 9F and DE. RGB value is (151,159,222). Sum of RGB (Red+Green+Blue) = 151+159+222=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #979FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FDE is #686021. Grayscale: #A3A3A3. Windows color (decimal): -6840354 or 14589847. OLE color: 14589847.

HSL color Cylindrical-coordinate representation of color #979FDE: hue angle of 233.24º degrees, saturation: 0.52, 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 #979FDE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 159 222 -
CMYK 0.32 0.28 0 0.13
HSL 233.24º 0.52% 0.73% -
HSV(B) 233.24º 0.32% 0.87% -
XYZ 38.35 36.65 74.16 -
YUV 163.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 151 159 222 0.32 0.28 0 0.13 233.24 0.52 0.73
Hex 97 9F DE 20 1C 0 D E9 34 49
Octal 227 237 336 40 34 0 15 351 64 111
Binary 10010111 10011111 11011110 100000 11100 0 1101 11101001 110100 1001001

Color Harmonies of #979FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FDE

Black with #979FDE

Text Example


Text Example

White with #979FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,159,222); }

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

background-color css

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

 a { background-color: rgb(151,159,222); }

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

border-color css

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

 span { border-color: rgb(151,159,222); }

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