Html Css Color HEX #7493CE Wild Blue Yonder

📋 copy color: '#7493CE'

red 116 ◦ green 147 ◦ blue 206

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

Shades of Wild Blue Yonder #7493CE

Tints of Wild Blue Yonder #7493CE

RGB

 RED value IS 116 (45.7% from 255) = 24.73%

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

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

R = 24.73%
G = 31.34%
B = 43.92%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7493CE (or 0x7493CE) is known color: Wild Blue Yonder. HEX triplet: 74, 93 and CE. RGB value is (116,147,206). Sum of RGB (Red+Green+Blue) = 116+147+206=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #7493CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7493CE is #8B6C31. Grayscale: #909090. Windows color (decimal): -9137202 or 13538164. OLE color: 13538164.

HSL color Cylindrical-coordinate representation of color #7493CE: hue angle of 219.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7493CE is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 147 206 -
CMYK 0.44 0.29 0 0.19
HSL 219.33º 0.48% 0.63% -
HSV(B) 219.33º 0.44% 0.81% -
XYZ 28.78 29.04 62.48 -
YUV 144.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 116 147 206 0.44 0.29 0 0.19 219.33 0.48 0.63
Hex 74 93 CE 2C 1D 0 13 DB 30 3F
Octal 164 223 316 54 35 0 23 333 60 77
Binary 1110100 10010011 11001110 101100 11101 0 10011 11011011 110000 111111

Color Harmonies of #7493CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7493CE

Black with #7493CE

Text Example


Text Example

White with #7493CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,147,206); }

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

background-color css

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

 a { background-color: rgb(116,147,206); }

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

border-color css

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

 span { border-color: rgb(116,147,206); }

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