#7083b5

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

Shades of Wild Blue Yonder #7083B5

Tints of Wild Blue Yonder #7083B5

Color information

#7083B5 (or 0x7083B5) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 83 and B5. RGB value is (112,131,181). Sum of RGB (Red+Green+Blue) = 112+131+181=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #7083B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083B5 is #8F7C4A. Grayscale: #828282. Windows color (decimal): -9403467 or 11895664. OLE color: 11895664.

HSL color Cylindrical-coordinate representation of color #7083B5: hue angle of 223.48º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7083B5 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112131181-
CMYK0.380.2800.29
HSL223.48º31.8%57.45%-
HSV(B)223.48º38.12%70.98%-
XYZ23.1423.0146.94-
YUV131.02156.21114.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.42%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 181 (71.09% from 255) = 42.69%
R=26.42%
G=30.90%
B=42.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121311810.380.2800.29223.4831.857.45
Hex7083B5261C01Ddf2039
Octal16020326546340353374071
Binary111000010000011101101011001101110001110111011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7083b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7083b5; }

 p { color: rgb(112,131,181); }

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

<style>
 a { background-color: #7083b5; }

 a { background-color: rgb(112,131,181); }

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

<style>
 span { border-color: #7083b5; }

 span { border-color: rgb(112,131,181); }

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