#767EBF

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

Shades of Wild Blue Yonder #767EBF

Tints of Wild Blue Yonder #767EBF

Color information

#767EBF (or 0x767EBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7E and BF. RGB value is (118,126,191). Sum of RGB (Red+Green+Blue) = 118+126+191=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #767EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EBF is #898140. Grayscale: #828282. Windows color (decimal): -9011521 or 12549750. OLE color: 12549750.

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

Color convert

RGB118126191-
CMYK0.380.3400.25
HSL233.42º36.32%60.59%-
HSV(B)233.42º38.22%74.9%-
XYZ24.3422.5352.36-
YUV131.02161.85118.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 126 (49.61% from 255) = 28.97%
BLUE value IS 191 (75% from 255) = 43.91%
R=27.13%
G=28.97%
B=43.91%

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
Decimal1181261910.380.3400.25233.4236.3260.59
Hex767EBF2622019e9243d
Octal16617627746420313514475
Binary111011011111101011111110011010001001100111101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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