Html Css Color HEX #979BEF Portage

📋 copy color: '#979BEF'

red 151 ◦ green 155 ◦ blue 239

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

Shades of Portage #979BEF

Tints of Portage #979BEF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.44%

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

R = 27.71%
G = 28.44%
B = 43.85%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#979BEF (or 0x979BEF) is known color: Portage. HEX triplet: 97, 9B and EF. RGB value is (151,155,239). Sum of RGB (Red+Green+Blue) = 151+155+239=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #979BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BEF is #686410. Grayscale: #A3A3A3. Windows color (decimal): -6841361 or 15702935. OLE color: 15702935.

HSL color Cylindrical-coordinate representation of color #979BEF: hue angle of 237.27º 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 #979BEF is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 155 239 -
CMYK 0.37 0.35 0 0.06
HSL 237.27º 0.73% 0.76% -
HSV(B) 237.27º 0.37% 0.94% -
XYZ 40.06 36.25 86.55 -
YUV 163.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 151 155 239 0.37 0.35 0 0.06 237.27 0.73 0.76
Hex 97 9B EF 25 23 0 6 ED 49 4C
Octal 227 233 357 45 43 0 6 355 111 114
Binary 10010111 10011011 11101111 100101 100011 0 110 11101101 1001001 1001100

Color Harmonies of #979BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979BEF

Black with #979BEF

Text Example


Text Example

White with #979BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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