#767FBC

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

Shades of Wild Blue Yonder #767FBC

Tints of Wild Blue Yonder #767FBC

Color information

#767FBC (or 0x767FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7F and BC. RGB value is (118,127,188). Sum of RGB (Red+Green+Blue) = 118+127+188=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #767FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FBC is #898043. Grayscale: #838383. Windows color (decimal): -9011268 or 12353398. OLE color: 12353398.

HSL color Cylindrical-coordinate representation of color #767FBC: hue angle of 232.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #767FBC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118127188-
CMYK0.370.3200.26
HSL232.29º34.31%60%-
HSV(B)232.29º37.23%73.73%-
XYZ24.1422.6650.68-
YUV131.26160.02118.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=27.25%
G=29.33%
B=43.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181271880.370.3200.26232.2934.3160
Hex767FBC252001Ae8223c
Octal16617727445400323504274
Binary111011011111111011110010010110000001101011101000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,127,188); }

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

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

 a { background-color: rgb(118,127,188); }

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

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

 span { border-color: rgb(118,127,188); }

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