Html Css Color HEX #7394CE Wild Blue Yonder

📋 copy color: '#7394CE'

red 115 ◦ green 148 ◦ blue 206

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

Shades of Wild Blue Yonder #7394CE

Tints of Wild Blue Yonder #7394CE

RGB

 RED value IS 115 (45.31% from 255) = 24.52%

 GREEN value IS 148 (58.2% from 255) = 31.56%

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

R = 24.52%
G = 31.56%
B = 43.92%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7394CE (or 0x7394CE) is known color: Wild Blue Yonder. HEX triplet: 73, 94 and CE. RGB value is (115,148,206). Sum of RGB (Red+Green+Blue) = 115+148+206=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 148 (58.20% from 255 or 31.56% 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 #7394CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7394CE is #8C6B31. Grayscale: #909090. Windows color (decimal): -9202482 or 13538419. OLE color: 13538419.

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

Color convert

RGB 115 148 206 -
CMYK 0.44 0.28 0 0.19
HSL 218.24º 0.48% 0.63% -
HSV(B) 218.24º 0.44% 0.81% -
XYZ 28.8 29.28 62.53 -
YUV 144.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 115 148 206 0.44 0.28 0 0.19 218.24 0.48 0.63
Hex 73 94 CE 2C 1C 0 13 DA 30 3F
Octal 163 224 316 54 34 0 23 332 60 77
Binary 1110011 10010100 11001110 101100 11100 0 10011 11011010 110000 111111

Color Harmonies of #7394CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7394CE

Black with #7394CE

Text Example


Text Example

White with #7394CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,148,206); }

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

background-color css

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

 a { background-color: rgb(115,148,206); }

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

border-color css

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

 span { border-color: rgb(115,148,206); }

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