#7380D1

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

Shades of Wild Blue Yonder #7380D1

Tints of Wild Blue Yonder #7380D1

Color information

#7380D1 (or 0x7380D1) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 80 and D1. RGB value is (115,128,209). Sum of RGB (Red+Green+Blue) = 115+128+209=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #7380D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380D1 is #8C7F2E. Grayscale: #858585. Windows color (decimal): -9207599 or 13729907. OLE color: 13729907.

HSL color Cylindrical-coordinate representation of color #7380D1: hue angle of 231.7º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7380D1 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115128209-
CMYK0.450.3900.18
HSL231.7º50.54%63.53%-
HSV(B)231.7º44.98%81.96%-
XYZ26.323.6963.51-
YUV133.35170.69114.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.44%
GREEN value IS 128 (50.39% from 255) = 28.32%
BLUE value IS 209 (82.03% from 255) = 46.24%
R=25.44%
G=28.32%
B=46.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151282090.450.3900.18231.750.5463.53
Hex7380D12D27012e83340
Octal163200321554702235063100
Binary11100111000000011010001101101100111010010111010001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7380D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7380D1; }

 p { color: rgb(115,128,209); }

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

<style>
 a { background-color: #7380D1; }

 a { background-color: rgb(115,128,209); }

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

<style>
 span { border-color: #7380D1; }

 span { border-color: rgb(115,128,209); }

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