Html Css Color HEX #979CFC Portage

📋 copy color: '#979CFC'

red 151 ◦ green 156 ◦ blue 252

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

Shades of Portage #979CFC

Tints of Portage #979CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 27.01%
G = 27.91%
B = 45.08%

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

#979CFC (or 0x979CFC) is known color: Portage. HEX triplet: 97, 9C and FC. RGB value is (151,156,252). Sum of RGB (Red+Green+Blue) = 151+156+252=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #979CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979CFC is #686303. Grayscale: #A5A5A5. Windows color (decimal): -6841092 or 16555159. OLE color: 16555159.

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

Color convert

RGB 151 156 252 -
CMYK 0.40 0.38 0 0.01
HSL 237.03º 0.94% 0.79% -
HSV(B) 237.03º 0.4% 0.99% -
XYZ 42.22 37.38 97.09 -
YUV 165.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 151 156 252 0.40 0.38 0 0.01 237.03 0.94 0.79
Hex 97 9C FC 28 26 0 1 ED 5E 4F
Octal 227 234 374 50 46 0 1 355 136 117
Binary 10010111 10011100 11111100 101000 100110 0 1 11101101 1011110 1001111

Color Harmonies of #979CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979CFC

Black with #979CFC

Text Example


Text Example

White with #979CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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