#7683BC

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

Shades of Wild Blue Yonder #7683BC

Tints of Wild Blue Yonder #7683BC

Color information

#7683BC (or 0x7683BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 83 and BC. RGB value is (118,131,188). Sum of RGB (Red+Green+Blue) = 118+131+188=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #7683BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7683BC is #897C43. Grayscale: #858585. Windows color (decimal): -9010244 or 12354422. OLE color: 12354422.

HSL color Cylindrical-coordinate representation of color #7683BC: hue angle of 228.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7683BC is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118131188-
CMYK0.370.3000.26
HSL228.86º34.31%60%-
HSV(B)228.86º37.23%73.73%-
XYZ24.6623.7150.85-
YUV133.61158.69116.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=27.00%
G=29.98%
B=43.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181311880.370.3000.26228.8634.3160
Hex7683BC251E01Ae5223c
Octal16620327445360323454274
Binary111011010000011101111001001011111001101011100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7683BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7683BC; }

 p { color: rgb(118,131,188); }

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

<style>
 a { background-color: #7683BC; }

 a { background-color: rgb(118,131,188); }

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

<style>
 span { border-color: #7683BC; }

 span { border-color: rgb(118,131,188); }

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