#7380BF

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

Shades of Wild Blue Yonder #7380BF

Tints of Wild Blue Yonder #7380BF

Color information

#7380BF (or 0x7380BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 80 and BF. RGB value is (115,128,191). Sum of RGB (Red+Green+Blue) = 115+128+191=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #7380BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380BF is #8C7F40. Grayscale: #838383. Windows color (decimal): -9207617 or 12550259. OLE color: 12550259.

HSL color Cylindrical-coordinate representation of color #7380BF: hue angle of 229.74º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7380BF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115128191-
CMYK0.400.3300.25
HSL229.74º37.25%60%-
HSV(B)229.74º39.79%74.9%-
XYZ24.1922.8452.42-
YUV131.29161.69116.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.50%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 191 (75% from 255) = 44.01%
R=26.50%
G=29.49%
B=44.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151281910.400.3300.25229.7437.2560
Hex7380BF2821019e6253c
Octal16320027750410313464574
Binary1110011100000001011111110100010000101100111100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7380BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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