#7683BE

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

Shades of Wild Blue Yonder #7683BE

Tints of Wild Blue Yonder #7683BE

Color information

#7683BE (or 0x7683BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 83 and BE. RGB value is (118,131,190). Sum of RGB (Red+Green+Blue) = 118+131+190=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #7683BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7683BE is #897C41. Grayscale: #858585. Windows color (decimal): -9010242 or 12485494. OLE color: 12485494.

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

Color convert

RGB118131190-
CMYK0.380.3100.25
HSL229.17º35.64%60.39%-
HSV(B)229.17º37.89%74.51%-
XYZ24.8823.852-
YUV133.84159.69116.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=26.88%
G=29.84%
B=43.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181311900.380.3100.25229.1735.6460.39
Hex7683BE261F019e5243c
Octal16620327646370313454474
Binary111011010000011101111101001101111101100111100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7683BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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