#7383BE

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

Shades of Wild Blue Yonder #7383BE

Tints of Wild Blue Yonder #7383BE

Color information

#7383BE (or 0x7383BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 83 and BE. RGB value is (115,131,190). Sum of RGB (Red+Green+Blue) = 115+131+190=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #7383BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7383BE is #8C7C41. Grayscale: #848484. Windows color (decimal): -9206850 or 12485491. OLE color: 12485491.

HSL color Cylindrical-coordinate representation of color #7383BE: hue angle of 227.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7383BE is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115131190-
CMYK0.390.3100.25
HSL227.2º36.59%59.8%-
HSV(B)227.2º39.47%74.51%-
XYZ24.4823.651.98-
YUV132.94160.2115.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.38%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=26.38%
G=30.05%
B=43.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151311900.390.3100.25227.236.5959.8
Hex7383BE271F019e3253c
Octal16320327647370313434574
Binary111001110000011101111101001111111101100111100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7383BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7383BE; }

 p { color: rgb(115,131,190); }

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

<style>
 a { background-color: #7383BE; }

 a { background-color: rgb(115,131,190); }

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

<style>
 span { border-color: #7383BE; }

 span { border-color: rgb(115,131,190); }

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