#7683CA

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

Shades of Wild Blue Yonder #7683CA

Tints of Wild Blue Yonder #7683CA

Color information

#7683CA (or 0x7683CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 83 and CA. RGB value is (118,131,202). Sum of RGB (Red+Green+Blue) = 118+131+202=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #7683CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7683CA is #897C35. Grayscale: #868686. Windows color (decimal): -9010230 or 13271926. OLE color: 13271926.

HSL color Cylindrical-coordinate representation of color #7683CA: hue angle of 230.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7683CA is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118131202-
CMYK0.420.3500.21
HSL230.71º44.21%62.75%-
HSV(B)230.71º41.58%79.22%-
XYZ26.2524.3559.19-
YUV135.21165.69115.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=26.16%
G=29.05%
B=44.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181312020.420.3500.21230.7144.2162.75
Hex7683CA2A23015e72c3f
Octal16620331252430253475477
Binary1110110100000111100101010101010001101010111100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7683CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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