Html Css Color HEX #7983CE Wild Blue Yonder

📋 copy color: '#7983CE'

red 121 ◦ green 131 ◦ blue 206

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

Shades of Wild Blue Yonder #7983CE

Tints of Wild Blue Yonder #7983CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.6%

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

R = 26.42%
G = 28.6%
B = 44.98%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7983CE (or 0x7983CE) is known color: Wild Blue Yonder. HEX triplet: 79, 83 and CE. RGB value is (121,131,206). Sum of RGB (Red+Green+Blue) = 121+131+206=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #7983CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7983CE is #867C31. Grayscale: #888888. Windows color (decimal): -8813618 or 13534073. OLE color: 13534073.

HSL color Cylindrical-coordinate representation of color #7983CE: hue angle of 232.94º 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 #7983CE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 131 206 -
CMYK 0.41 0.36 0 0.19
HSL 232.94º 0.46% 0.64% -
HSV(B) 232.94º 0.41% 0.81% -
XYZ 27.14 24.75 61.74 -
YUV 136.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 121 131 206 0.41 0.36 0 0.19 232.94 0.46 0.64
Hex 79 83 CE 29 24 0 13 E9 2E 40
Octal 171 203 316 51 44 0 23 351 56 100
Binary 1111001 10000011 11001110 101001 100100 0 10011 11101001 101110 1000000

Color Harmonies of #7983CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7983CE

Black with #7983CE

Text Example


Text Example

White with #7983CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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