Html Css Color HEX #979DDE Portage

📋 copy color: '#979DDE'

red 151 ◦ green 157 ◦ blue 222

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

Shades of Portage #979DDE

Tints of Portage #979DDE

RGB

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

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

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

R = 28.49%
G = 29.62%
B = 41.89%

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

#979DDE (or 0x979DDE) is known color: Portage. HEX triplet: 97, 9D and DE. RGB value is (151,157,222). Sum of RGB (Red+Green+Blue) = 151+157+222=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #979DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DDE is #686221. Grayscale: #A2A2A2. Windows color (decimal): -6840866 or 14589335. OLE color: 14589335.

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

Color convert

RGB 151 157 222 -
CMYK 0.32 0.29 0 0.13
HSL 234.93º 0.52% 0.73% -
HSV(B) 234.93º 0.32% 0.87% -
XYZ 38 35.97 74.05 -
YUV 162.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 151 157 222 0.32 0.29 0 0.13 234.93 0.52 0.73
Hex 97 9D DE 20 1D 0 D EB 34 49
Octal 227 235 336 40 35 0 15 353 64 111
Binary 10010111 10011101 11011110 100000 11101 0 1101 11101011 110100 1001001

Color Harmonies of #979DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DDE

Black with #979DDE

Text Example


Text Example

White with #979DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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