#7385D5

Color #7385D5 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7385D5

Tints of Wild Blue Yonder #7385D5

Color information

#7385D5 (or 0x7385D5) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 85 and D5. RGB value is (115,133,213). Sum of RGB (Red+Green+Blue) = 115+133+213=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #7385D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7385D5 is #8C7A2A. Grayscale: #888888. Windows color (decimal): -9206315 or 13993331. OLE color: 13993331.

HSL color Cylindrical-coordinate representation of color #7385D5: hue angle of 228.98º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7385D5 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115133213-
CMYK0.460.3800.16
HSL228.98º53.85%64.31%-
HSV(B)228.98º46.01%83.53%-
XYZ27.4725.2266.37-
YUV136.74171.04112.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.95%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 213 (83.59% from 255) = 46.20%
R=24.95%
G=28.85%
B=46.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151332130.460.3800.16228.9853.8564.31
Hex7385D52E26010e53640
Octal163205325564602034566100
Binary11100111000010111010101101110100110010000111001011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7385D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7385D5; }

 p { color: rgb(115,133,213); }

 H1.HeaderClassName
 {
   color: #7385D5;
 }
 .AnyTagClassName
 {
   color: #7385D5;
 }
</style>
background-color css

<style>
 a { background-color: #7385D5; }

 a { background-color: rgb(115,133,213); }

 div.DivClassName
 {
   background-color: #7385D5;
 }
 .BgClassName
 {
   background-color: #7385D5;
 }
</style>
border-color css

<style>
 span { border-color: #7385D5; }

 span { border-color: rgb(115,133,213); }

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