Html Css Color HEX #979EFB Portage

📋 copy color: '#979EFB'

red 151 ◦ green 158 ◦ blue 251

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

Shades of Portage #979EFB

Tints of Portage #979EFB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.21%

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 26.96%
G = 28.21%
B = 44.82%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#979EFB (or 0x979EFB) is known color: Portage. HEX triplet: 97, 9E and FB. RGB value is (151,158,251). Sum of RGB (Red+Green+Blue) = 151+158+251=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #979EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EFB is #686104. Grayscale: #A6A6A6. Windows color (decimal): -6840581 or 16490135. OLE color: 16490135.

HSL color Cylindrical-coordinate representation of color #979EFB: hue angle of 235.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979EFB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 158 251 -
CMYK 0.40 0.37 0 0.02
HSL 235.8º 0.93% 0.79% -
HSV(B) 235.8º 0.4% 0.98% -
XYZ 42.4 38 96.37 -
YUV 166.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 151 158 251 0.40 0.37 0 0.02 235.8 0.93 0.79
Hex 97 9E FB 28 25 0 2 EC 5D 4F
Octal 227 236 373 50 45 0 2 354 135 117
Binary 10010111 10011110 11111011 101000 100101 0 10 11101100 1011101 1001111

Color Harmonies of #979EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EFB

Black with #979EFB

Text Example


Text Example

White with #979EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,158,251); }

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

background-color css

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

 a { background-color: rgb(151,158,251); }

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

border-color css

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

 span { border-color: rgb(151,158,251); }

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