Html Css Color HEX #979CFB Portage

📋 copy color: '#979CFB'

red 151 ◦ green 156 ◦ blue 251

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

Shades of Portage #979CFB

Tints of Portage #979CFB

RGB

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

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

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

R = 27.06%
G = 27.96%
B = 44.98%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#979CFB (or 0x979CFB) is known color: Portage. HEX triplet: 97, 9C and FB. RGB value is (151,156,251). Sum of RGB (Red+Green+Blue) = 151+156+251=558 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.06% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #979CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979CFB is #686304. Grayscale: #A4A4A4. Windows color (decimal): -6841093 or 16489623. OLE color: 16489623.

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

Color convert

RGB 151 156 251 -
CMYK 0.40 0.38 0 0.02
HSL 237º 0.93% 0.79% -
HSV(B) 237º 0.4% 0.98% -
XYZ 42.06 37.32 96.25 -
YUV 165.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 151 156 251 0.40 0.38 0 0.02 237 0.93 0.79
Hex 97 9C FB 28 26 0 2 ED 5D 4F
Octal 227 234 373 50 46 0 2 355 135 117
Binary 10010111 10011100 11111011 101000 100110 0 10 11101101 1011101 1001111

Color Harmonies of #979CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979CFB

Black with #979CFB

Text Example


Text Example

White with #979CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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