Html Css Color HEX #7982CE Wild Blue Yonder

📋 copy color: '#7982CE'

red 121 ◦ green 130 ◦ blue 206

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

Shades of Wild Blue Yonder #7982CE

Tints of Wild Blue Yonder #7982CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 26.48%
G = 28.45%
B = 45.08%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7982CE (or 0x7982CE) is known color: Wild Blue Yonder. HEX triplet: 79, 82 and CE. RGB value is (121,130,206). Sum of RGB (Red+Green+Blue) = 121+130+206=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #7982CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982CE is #867D31. Grayscale: #878787. Windows color (decimal): -8813874 or 13533817. OLE color: 13533817.

HSL color Cylindrical-coordinate representation of color #7982CE: hue angle of 233.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7982CE is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 130 206 -
CMYK 0.41 0.37 0 0.19
HSL 233.65º 0.46% 0.64% -
HSV(B) 233.65º 0.41% 0.81% -
XYZ 27.01 24.49 61.7 -
YUV 135.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 121 130 206 0.41 0.37 0 0.19 233.65 0.46 0.64
Hex 79 82 CE 29 25 0 13 EA 2E 40
Octal 171 202 316 51 45 0 23 352 56 100
Binary 1111001 10000010 11001110 101001 100101 0 10011 11101010 101110 1000000

Color Harmonies of #7982CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7982CE

Black with #7982CE

Text Example


Text Example

White with #7982CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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