#767EC1

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

Shades of Wild Blue Yonder #767EC1

Tints of Wild Blue Yonder #767EC1

Color information

#767EC1 (or 0x767EC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7E and C1. RGB value is (118,126,193). Sum of RGB (Red+Green+Blue) = 118+126+193=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #767EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EC1 is #89813E. Grayscale: #828282. Windows color (decimal): -9011519 or 12680822. OLE color: 12680822.

HSL color Cylindrical-coordinate representation of color #767EC1: hue angle of 233.6º 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 #767EC1 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118126193-
CMYK0.390.3500.24
HSL233.6º37.69%60.98%-
HSV(B)233.6º38.86%75.69%-
XYZ24.5622.6253.52-
YUV131.25162.85118.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 193 (75.78% from 255) = 44.16%
R=27.00%
G=28.83%
B=44.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181261930.390.3500.24233.637.6960.98
Hex767EC12723018ea263d
Octal16617630147430303524675
Binary111011011111101100000110011110001101100011101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767EC1; }

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

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

<style>
 a { background-color: #767EC1; }

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

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

<style>
 span { border-color: #767EC1; }

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

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