#7683CD

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

Shades of Wild Blue Yonder #7683CD

Tints of Wild Blue Yonder #7683CD

Color information

#7683CD (or 0x7683CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 83 and CD. RGB value is (118,131,205). Sum of RGB (Red+Green+Blue) = 118+131+205=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #7683CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7683CD is #897C32. Grayscale: #878787. Windows color (decimal): -9010227 or 13468534. OLE color: 13468534.

HSL color Cylindrical-coordinate representation of color #7683CD: hue angle of 231.03º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7683CD is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118131205-
CMYK0.420.3600.20
HSL231.03º46.52%63.33%-
HSV(B)231.03º42.44%80.39%-
XYZ26.6124.4961.08-
YUV135.55167.19115.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=25.99%
G=28.85%
B=45.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181312050.420.3600.20231.0346.5263.33
Hex7683CD2A24014e72f3f
Octal16620331552440243475777
Binary1110110100000111100110110101010010001010011100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7683CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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