Html Css Color HEX #7979B2 Chetwode Blue

📋 copy color: '#7979B2'

red 121 ◦ green 121 ◦ blue 178

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

Shades of Chetwode Blue #7979B2

Tints of Chetwode Blue #7979B2

RGB

 RED value IS 121 (47.66% from 255) = 28.81%

 GREEN value IS 121 (47.66% from 255) = 28.81%

 BLUE value IS 178 (69.92% from 255) = 42.38%

R = 28.81%
G = 28.81%
B = 42.38%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7979B2 (or 0x7979B2) is known color: Chetwode Blue. HEX triplet: 79, 79 and B2. RGB value is (121,121,178). Sum of RGB (Red+Green+Blue) = 121+121+178=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #7979B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7979B2 is #86864D. Grayscale: #7F7F7F. Windows color (decimal): -8816206 or 11696505. OLE color: 11696505.

HSL color Cylindrical-coordinate representation of color #7979B2: hue angle of 240º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7979B2 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 121 178 -
CMYK 0.32 0.32 0 0.30
HSL 240º 0.27% 0.59% -
HSV(B) 240º 0.32% 0.7% -
XYZ 22.76 20.95 44.96 -
YUV 127.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 121 121 178 0.32 0.32 0 0.30 240 0.27 0.59
Hex 79 79 B2 20 20 0 1E F0 1B 3B
Octal 171 171 262 40 40 0 36 360 33 73
Binary 1111001 1111001 10110010 100000 100000 0 11110 11110000 11011 111011

Color Harmonies of #7979B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7979B2

Black with #7979B2

Text Example


Text Example

White with #7979B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7979B2; }

 p { color: rgb(121,121,178); }

 H1.HeaderClassName
 {
   color: #7979B2;
 }
 .AnyTagClassName
 {
   color: #7979B2;
 }
</style>

background-color css

<style>
 a { background-color: #7979B2; }

 a { background-color: rgb(121,121,178); }

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

border-color css

<style>
 span { border-color: #7979B2; }

 span { border-color: rgb(121,121,178); }

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