Html Css Color HEX #979ADF Portage

📋 copy color: '#979ADF'

red 151 ◦ green 154 ◦ blue 223

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

Shades of Portage #979ADF

Tints of Portage #979ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 28.6%
G = 29.17%
B = 42.23%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#979ADF (or 0x979ADF) is known color: Portage. HEX triplet: 97, 9A and DF. RGB value is (151,154,223). Sum of RGB (Red+Green+Blue) = 151+154+223=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #979ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ADF is #686520. Grayscale: #A0A0A0. Windows color (decimal): -6841633 or 14654103. OLE color: 14654103.

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

Color convert

RGB 151 154 223 -
CMYK 0.32 0.31 0 0.13
HSL 237.5º 0.53% 0.73% -
HSV(B) 237.5º 0.32% 0.87% -
XYZ 37.64 35.02 74.59 -
YUV 160.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 151 154 223 0.32 0.31 0 0.13 237.5 0.53 0.73
Hex 97 9A DF 20 1F 0 D EE 35 49
Octal 227 232 337 40 37 0 15 356 65 111
Binary 10010111 10011010 11011111 100000 11111 0 1101 11101110 110101 1001001

Color Harmonies of #979ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979ADF

Black with #979ADF

Text Example


Text Example

White with #979ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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