#7693CD

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

Shades of Wild Blue Yonder #7693CD

Tints of Wild Blue Yonder #7693CD

Color information

#7693CD (or 0x7693CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 93 and CD. RGB value is (118,147,205). Sum of RGB (Red+Green+Blue) = 118+147+205=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #7693CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693CD is #896C32. Grayscale: #909090. Windows color (decimal): -9006131 or 13472630. OLE color: 13472630.

HSL color Cylindrical-coordinate representation of color #7693CD: hue angle of 220º 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 #7693CD is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118147205-
CMYK0.420.2800.20
HSL220º46.52%63.33%-
HSV(B)220º42.44%80.39%-
XYZ28.9229.1361.86-
YUV144.94161.89108.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.11%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=25.11%
G=31.28%
B=43.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181472050.420.2800.2022046.5263.33
Hex7693CD2A1C014dc2f3f
Octal16622331552340243345777
Binary111011010010011110011011010101110001010011011100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7693CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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