#7595BB

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

Shades of Wild Blue Yonder #7595BB

Tints of Wild Blue Yonder #7595BB

Color information

#7595BB (or 0x7595BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 95 and BB. RGB value is (117,149,187). Sum of RGB (Red+Green+Blue) = 117+149+187=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #7595BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595BB is #8A6A44. Grayscale: #8F8F8F. Windows color (decimal): -9071173 or 12293493. OLE color: 12293493.

HSL color Cylindrical-coordinate representation of color #7595BB: hue angle of 212.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 #7595BB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117149187-
CMYK0.370.2000.27
HSL212.57º33.98%59.61%-
HSV(B)212.57º37.43%73.33%-
XYZ27.0528.8651.16-
YUV143.76152.4108.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=25.83%
G=32.89%
B=41.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171491870.370.2000.27212.5733.9859.61
Hex7595BB251401Bd5223c
Octal16522527345240333254274
Binary111010110010101101110111001011010001101111010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7595BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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