#7583CA

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

Shades of Wild Blue Yonder #7583CA

Tints of Wild Blue Yonder #7583CA

Color information

#7583CA (or 0x7583CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 83 and CA. RGB value is (117,131,202). Sum of RGB (Red+Green+Blue) = 117+131+202=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #7583CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7583CA is #8A7C35. Grayscale: #868686. Windows color (decimal): -9075766 or 13271925. OLE color: 13271925.

HSL color Cylindrical-coordinate representation of color #7583CA: hue angle of 230.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7583CA is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117131202-
CMYK0.420.3500.21
HSL230.12º44.5%62.55%-
HSV(B)230.12º42.08%79.22%-
XYZ26.1124.2859.19-
YUV134.91165.86115.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=26%
G=29.11%
B=44.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171312020.420.3500.21230.1244.562.55
Hex7583CA2A23015e62d3f
Octal16520331252430253465577
Binary1110101100000111100101010101010001101010111100110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7583CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7583CA; }

 p { color: rgb(117,131,202); }

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

<style>
 a { background-color: #7583CA; }

 a { background-color: rgb(117,131,202); }

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

<style>
 span { border-color: #7583CA; }

 span { border-color: rgb(117,131,202); }

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