Html Css Color HEX #979ADD Portage

📋 copy color: '#979ADD'

red 151 ◦ green 154 ◦ blue 221

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

Shades of Portage #979ADD

Tints of Portage #979ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.28%

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

R = 28.71%
G = 29.28%
B = 42.02%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#979ADD (or 0x979ADD) is known color: Portage. HEX triplet: 97, 9A and DD. RGB value is (151,154,221). Sum of RGB (Red+Green+Blue) = 151+154+221=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #979ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ADD is #686522. Grayscale: #A0A0A0. Windows color (decimal): -6841635 or 14523031. OLE color: 14523031.

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

Color convert

RGB 151 154 221 -
CMYK 0.32 0.30 0 0.13
HSL 237.43º 0.51% 0.73% -
HSV(B) 237.43º 0.32% 0.87% -
XYZ 37.37 34.91 73.18 -
YUV 160.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 151 154 221 0.32 0.30 0 0.13 237.43 0.51 0.73
Hex 97 9A DD 20 1E 0 D ED 33 49
Octal 227 232 335 40 36 0 15 355 63 111
Binary 10010111 10011010 11011101 100000 11110 0 1101 11101101 110011 1001001

Color Harmonies of #979ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979ADD

Black with #979ADD

Text Example


Text Example

White with #979ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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