#7580BB

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

Shades of Wild Blue Yonder #7580BB

Tints of Wild Blue Yonder #7580BB

Color information

#7580BB (or 0x7580BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 80 and BB. RGB value is (117,128,187). Sum of RGB (Red+Green+Blue) = 117+128+187=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #7580BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7580BB is #8A7F44. Grayscale: #838383. Windows color (decimal): -9076549 or 12288117. OLE color: 12288117.

HSL color Cylindrical-coordinate representation of color #7580BB: hue angle of 230.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7580BB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117128187-
CMYK0.370.3200.27
HSL230.57º33.98%59.61%-
HSV(B)230.57º37.43%73.33%-
XYZ24.0222.8150.15-
YUV131.44159.36117.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.08%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=27.08%
G=29.63%
B=43.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171281870.370.3200.27230.5733.9859.61
Hex7580BB252001Be7223c
Octal16520027345400333474274
Binary1110101100000001011101110010110000001101111100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7580BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7580BB; }

 p { color: rgb(117,128,187); }

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

<style>
 a { background-color: #7580BB; }

 a { background-color: rgb(117,128,187); }

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

<style>
 span { border-color: #7580BB; }

 span { border-color: rgb(117,128,187); }

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