#767EBE

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

Shades of Wild Blue Yonder #767EBE

Tints of Wild Blue Yonder #767EBE

Color information

#767EBE (or 0x767EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7E and BE. RGB value is (118,126,190). Sum of RGB (Red+Green+Blue) = 118+126+190=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #767EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EBE is #898141. Grayscale: #828282. Windows color (decimal): -9011522 or 12484214. OLE color: 12484214.

HSL color Cylindrical-coordinate representation of color #767EBE: hue angle of 233.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #767EBE is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118126190-
CMYK0.380.3400.25
HSL233.33º35.64%60.39%-
HSV(B)233.33º37.89%74.51%-
XYZ24.2322.4951.78-
YUV130.9161.35118.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=27.19%
G=29.03%
B=43.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181261900.380.3400.25233.3335.6460.39
Hex767EBE2622019e9243c
Octal16617627646420313514474
Binary111011011111101011111010011010001001100111101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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