#767FBA

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

Shades of Wild Blue Yonder #767FBA

Tints of Wild Blue Yonder #767FBA

Color information

#767FBA (or 0x767FBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7F and BA. RGB value is (118,127,186). Sum of RGB (Red+Green+Blue) = 118+127+186=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #767FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FBA is #898045. Grayscale: #828282. Windows color (decimal): -9011270 or 12222326. OLE color: 12222326.

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

Color convert

RGB118127186-
CMYK0.370.3200.27
HSL232.06º33.01%59.61%-
HSV(B)232.06º36.56%72.94%-
XYZ23.9222.5849.55-
YUV131.04159.02118.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.38%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=27.38%
G=29.47%
B=43.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181271860.370.3200.27232.0633.0159.61
Hex767FBA252001Be8213c
Octal16617727245400333504174
Binary111011011111111011101010010110000001101111101000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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