Html Css Color HEX #7983CC Wild Blue Yonder

📋 copy color: '#7983CC'

red 121 ◦ green 131 ◦ blue 204

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

Shades of Wild Blue Yonder #7983CC

Tints of Wild Blue Yonder #7983CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 26.54%
G = 28.73%
B = 44.74%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7983CC (or 0x7983CC) is known color: Wild Blue Yonder. HEX triplet: 79, 83 and CC. RGB value is (121,131,204). Sum of RGB (Red+Green+Blue) = 121+131+204=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #7983CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7983CC is #867C33. Grayscale: #888888. Windows color (decimal): -8813620 or 13403001. OLE color: 13403001.

HSL color Cylindrical-coordinate representation of color #7983CC: hue angle of 232.77º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7983CC is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 131 204 -
CMYK 0.41 0.36 0 0.2
HSL 232.77º 0.45% 0.64% -
HSV(B) 232.77º 0.41% 0.8% -
XYZ 26.9 24.66 60.47 -
YUV 136.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 121 131 204 0.41 0.36 0 0.2 232.77 0.45 0.64
Hex 79 83 CC 29 24 0 14 E9 2D 40
Octal 171 203 314 51 44 0 24 351 55 100
Binary 1111001 10000011 11001100 101001 100100 0 10100 11101001 101101 1000000

Color Harmonies of #7983CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7983CC

Black with #7983CC

Text Example


Text Example

White with #7983CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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