Html Css Color HEX #979BFD Portage

📋 copy color: '#979BFD'

red 151 ◦ green 155 ◦ blue 253

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

Shades of Portage #979BFD

Tints of Portage #979BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 27.01%
G = 27.73%
B = 45.26%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#979BFD (or 0x979BFD) is known color: Portage. HEX triplet: 97, 9B and FD. RGB value is (151,155,253). Sum of RGB (Red+Green+Blue) = 151+155+253=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #979BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979BFD is #686402. Grayscale: #A4A4A4. Windows color (decimal): -6841347 or 16620439. OLE color: 16620439.

HSL color Cylindrical-coordinate representation of color #979BFD: hue angle of 237.65º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979BFD is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 155 253 -
CMYK 0.40 0.39 0 0.01
HSL 237.65º 0.96% 0.79% -
HSV(B) 237.65º 0.4% 0.99% -
XYZ 42.21 37.11 97.87 -
YUV 164.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 151 155 253 0.40 0.39 0 0.01 237.65 0.96 0.79
Hex 97 9B FD 28 27 0 1 EE 60 4F
Octal 227 233 375 50 47 0 1 356 140 117
Binary 10010111 10011011 11111101 101000 100111 0 1 11101110 1100000 1001111

Color Harmonies of #979BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979BFD

Black with #979BFD

Text Example


Text Example

White with #979BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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