#7693C1

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

Shades of Wild Blue Yonder #7693C1

Tints of Wild Blue Yonder #7693C1

Color information

#7693C1 (or 0x7693C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 93 and C1. RGB value is (118,147,193). Sum of RGB (Red+Green+Blue) = 118+147+193=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #7693C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693C1 is #896C3E. Grayscale: #8F8F8F. Windows color (decimal): -9006143 or 12686198. OLE color: 12686198.

HSL color Cylindrical-coordinate representation of color #7693C1: hue angle of 216.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7693C1 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118147193-
CMYK0.390.2400.24
HSL216.8º37.69%60.98%-
HSV(B)216.8º38.86%75.69%-
XYZ27.5328.5754.52-
YUV143.57155.89109.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.76%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 193 (75.78% from 255) = 42.14%
R=25.76%
G=32.10%
B=42.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181471930.390.2400.24216.837.6960.98
Hex7693C12718018d9263d
Octal16622330147300303314675
Binary111011010010011110000011001111100001100011011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7693C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7693C1; }

 p { color: rgb(118,147,193); }

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

<style>
 a { background-color: #7693C1; }

 a { background-color: rgb(118,147,193); }

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

<style>
 span { border-color: #7693C1; }

 span { border-color: rgb(118,147,193); }

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