Html Css Color HEX #7993CC Wild Blue Yonder

📋 copy color: '#7993CC'

red 121 ◦ green 147 ◦ blue 204

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

Shades of Wild Blue Yonder #7993CC

Tints of Wild Blue Yonder #7993CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.14%

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

R = 25.64%
G = 31.14%
B = 43.22%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7993CC (or 0x7993CC) is known color: Wild Blue Yonder. HEX triplet: 79, 93 and CC. RGB value is (121,147,204). Sum of RGB (Red+Green+Blue) = 121+147+204=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #7993CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7993CC is #866C33. Grayscale: #919191. Windows color (decimal): -8809524 or 13407097. OLE color: 13407097.

HSL color Cylindrical-coordinate representation of color #7993CC: hue angle of 221.2º 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 #7993CC is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 147 204 -
CMYK 0.41 0.28 0 0.2
HSL 221.2º 0.45% 0.64% -
HSV(B) 221.2º 0.41% 0.8% -
XYZ 29.22 29.29 61.24 -
YUV 145.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 121 147 204 0.41 0.28 0 0.2 221.2 0.45 0.64
Hex 79 93 CC 29 1C 0 14 DD 2D 40
Octal 171 223 314 51 34 0 24 335 55 100
Binary 1111001 10010011 11001100 101001 11100 0 10100 11011101 101101 1000000

Color Harmonies of #7993CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7993CC

Black with #7993CC

Text Example


Text Example

White with #7993CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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