#7483BF

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

Shades of Wild Blue Yonder #7483BF

Tints of Wild Blue Yonder #7483BF

Color information

#7483BF (or 0x7483BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 83 and BF. RGB value is (116,131,191). Sum of RGB (Red+Green+Blue) = 116+131+191=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #7483BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7483BF is #8B7C40. Grayscale: #858585. Windows color (decimal): -9141313 or 12551028. OLE color: 12551028.

HSL color Cylindrical-coordinate representation of color #7483BF: hue angle of 228º 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 #7483BF is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116131191-
CMYK0.390.3100.25
HSL228º36.95%60.2%-
HSV(B)228º39.27%74.9%-
XYZ24.7223.7152.56-
YUV133.35160.53115.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 191 (75% from 255) = 43.61%
R=26.48%
G=29.91%
B=43.61%

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
Decimal1161311910.390.3100.2522836.9560.2
Hex7483BF271F019e4253c
Octal16420327747370313444574
Binary111010010000011101111111001111111101100111100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7483BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7483BF; }

 p { color: rgb(116,131,191); }

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

<style>
 a { background-color: #7483BF; }

 a { background-color: rgb(116,131,191); }

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

<style>
 span { border-color: #7483BF; }

 span { border-color: rgb(116,131,191); }

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