Html Css Color HEX #979CFD Portage

📋 copy color: '#979CFD'

red 151 ◦ green 156 ◦ blue 253

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

Shades of Portage #979CFD

Tints of Portage #979CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.86%

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

R = 26.96%
G = 27.86%
B = 45.18%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#979CFD (or 0x979CFD) is known color: Portage. HEX triplet: 97, 9C and FD. RGB value is (151,156,253). Sum of RGB (Red+Green+Blue) = 151+156+253=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #979CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979CFD is #686302. Grayscale: #A5A5A5. Windows color (decimal): -6841091 or 16620695. OLE color: 16620695.

HSL color Cylindrical-coordinate representation of color #979CFD: hue angle of 237.06º 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 #979CFD is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 156 253 -
CMYK 0.40 0.38 0 0.01
HSL 237.06º 0.96% 0.79% -
HSV(B) 237.06º 0.4% 0.99% -
XYZ 42.38 37.45 97.92 -
YUV 165.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 151 156 253 0.40 0.38 0 0.01 237.06 0.96 0.79
Hex 97 9C FD 28 26 0 1 ED 60 4F
Octal 227 234 375 50 46 0 1 355 140 117
Binary 10010111 10011100 11111101 101000 100110 0 1 11101101 1100000 1001111

Color Harmonies of #979CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979CFD

Black with #979CFD

Text Example


Text Example

White with #979CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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