Html Css Color HEX #7390CD Wild Blue Yonder

📋 copy color: '#7390CD'

red 115 ◦ green 144 ◦ blue 205

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

Shades of Wild Blue Yonder #7390CD

Tints of Wild Blue Yonder #7390CD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.03%

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 24.78%
G = 31.03%
B = 44.18%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7390CD (or 0x7390CD) is known color: Wild Blue Yonder. HEX triplet: 73, 90 and CD. RGB value is (115,144,205). Sum of RGB (Red+Green+Blue) = 115+144+205=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #7390CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7390CD is #8C6F32. Grayscale: #8E8E8E. Windows color (decimal): -9203507 or 13471859. OLE color: 13471859.

HSL color Cylindrical-coordinate representation of color #7390CD: hue angle of 220.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7390CD is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 144 205 -
CMYK 0.44 0.30 0 0.20
HSL 220.67º 0.47% 0.63% -
HSV(B) 220.67º 0.44% 0.8% -
XYZ 28.06 28 61.68 -
YUV 142.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 115 144 205 0.44 0.30 0 0.20 220.67 0.47 0.63
Hex 73 90 CD 2C 1E 0 14 DD 2F 3F
Octal 163 220 315 54 36 0 24 335 57 77
Binary 1110011 10010000 11001101 101100 11110 0 10100 11011101 101111 111111

Color Harmonies of #7390CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7390CD

Black with #7390CD

Text Example


Text Example

White with #7390CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7390CD; }

 p { color: rgb(115,144,205); }

 H1.HeaderClassName
 {
   color: #7390CD;
 }
 .AnyTagClassName
 {
   color: #7390CD;
 }
</style>

background-color css

<style>
 a { background-color: #7390CD; }

 a { background-color: rgb(115,144,205); }

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

border-color css

<style>
 span { border-color: #7390CD; }

 span { border-color: rgb(115,144,205); }

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