#7381C5

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

Shades of Wild Blue Yonder #7381C5

Tints of Wild Blue Yonder #7381C5

Color information

#7381C5 (or 0x7381C5) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 81 and C5. RGB value is (115,129,197). Sum of RGB (Red+Green+Blue) = 115+129+197=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #7381C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381C5 is #8C7E3A. Grayscale: #848484. Windows color (decimal): -9207355 or 12943731. OLE color: 12943731.

HSL color Cylindrical-coordinate representation of color #7381C5: hue angle of 229.76º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7381C5 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB115129197-
CMYK0.420.3500.23
HSL229.76º41.41%61.18%-
HSV(B)229.76º41.62%77.25%-
XYZ2523.3856.02-
YUV132.57164.36115.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.08%
GREEN value IS 129 (50.78% from 255) = 29.25%
BLUE value IS 197 (77.34% from 255) = 44.67%
R=26.08%
G=29.25%
B=44.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1151291970.420.3500.23229.7641.4161.18
Hex7381C52A23017e6293d
Octal16320130552430273465175
Binary1110011100000011100010110101010001101011111100110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7381C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7381C5; }

 p { color: rgb(115,129,197); }

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

<style>
 a { background-color: #7381C5; }

 a { background-color: rgb(115,129,197); }

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

<style>
 span { border-color: #7381C5; }

 span { border-color: rgb(115,129,197); }

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