Html Css Color HEX #7982C1 Wild Blue Yonder

📋 copy color: '#7982C1'

red 121 ◦ green 130 ◦ blue 193

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

Shades of Wild Blue Yonder #7982C1

Tints of Wild Blue Yonder #7982C1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 27.25%
G = 29.28%
B = 43.47%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7982C1 (or 0x7982C1) is known color: Wild Blue Yonder. HEX triplet: 79, 82 and C1. RGB value is (121,130,193). Sum of RGB (Red+Green+Blue) = 121+130+193=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #7982C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982C1 is #867D3E. Grayscale: #868686. Windows color (decimal): -8813887 or 12681849. OLE color: 12681849.

HSL color Cylindrical-coordinate representation of color #7982C1: hue angle of 232.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7982C1 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 130 193 -
CMYK 0.37 0.33 0 0.24
HSL 232.5º 0.37% 0.62% -
HSV(B) 232.5º 0.37% 0.76% -
XYZ 25.49 23.88 53.72 -
YUV 134.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 121 130 193 0.37 0.33 0 0.24 232.5 0.37 0.62
Hex 79 82 C1 25 21 0 18 E8 25 3E
Octal 171 202 301 45 41 0 30 350 45 76
Binary 1111001 10000010 11000001 100101 100001 0 11000 11101000 100101 111110

Color Harmonies of #7982C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7982C1

Black with #7982C1

Text Example


Text Example

White with #7982C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7982C1; }

 p { color: rgb(121,130,193); }

 H1.HeaderClassName
 {
   color: #7982C1;
 }
 .AnyTagClassName
 {
   color: #7982C1;
 }
</style>

background-color css

<style>
 a { background-color: #7982C1; }

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

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

border-color css

<style>
 span { border-color: #7982C1; }

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

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