Html Css Color HEX #979AEF Portage

📋 copy color: '#979AEF'

red 151 ◦ green 154 ◦ blue 239

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

Shades of Portage #979AEF

Tints of Portage #979AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 27.76%
G = 28.31%
B = 43.93%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#979AEF (or 0x979AEF) is known color: Portage. HEX triplet: 97, 9A and EF. RGB value is (151,154,239). Sum of RGB (Red+Green+Blue) = 151+154+239=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #979AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979AEF is #686510. Grayscale: #A2A2A2. Windows color (decimal): -6841617 or 15702679. OLE color: 15702679.

HSL color Cylindrical-coordinate representation of color #979AEF: hue angle of 237.95º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #979AEF is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 154 239 -
CMYK 0.37 0.36 0 0.06
HSL 237.95º 0.73% 0.76% -
HSV(B) 237.95º 0.37% 0.94% -
XYZ 39.9 35.92 86.49 -
YUV 162.79 171.01 119.59 -
System Red Green Blue C M Y K H S L
Decimal 151 154 239 0.37 0.36 0 0.06 237.95 0.73 0.76
Hex 97 9A EF 25 24 0 6 EE 49 4C
Octal 227 232 357 45 44 0 6 356 111 114
Binary 10010111 10011010 11101111 100101 100100 0 110 11101110 1001001 1001100

Color Harmonies of #979AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979AEF

Black with #979AEF

Text Example


Text Example

White with #979AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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